Each linux file has file permissions (do ls -al to see them). The basic ones are +rwx, meaning "read permission", "write permission", "execute permission". If a file has +x, you can execute it (call it using its filename, /home/arun/title_verifier.pl. If it does not have +x, you cannot execute it as a program, but you can have another program use it as input for executing, in this example with perl /home/arun/title_verifier.pl
ls -alto see them). The basic ones are +rwx, meaning "read permission", "write permission", "execute permission". If a file has +x, you can execute it (call it using its filename, /home/arun/title_verifier.pl. If it does not have +x, you cannot execute it as a program, but you can have another program use it as input for executing, in this example withperl /home/arun/title_verifier.pl