Changing the file permission of a Perl program
You must change the file permission of a Perl program or CGI program before you can execute it. If you do not change the file permission, then you will not be able to execute the Perl program. You can change the file permission using the Console. If you have not created the hello.pl file, then see Creating a Perl program in Corel LINUX.
To change the file permission of a Perl program
1. Click Application Starter, Applications, Utilities, Console.
2. Type the following command in the Konsole:
chmod 755 hello.pl
Note
Make sure that you are in the same directory as the hello.pl file.