In the Run dialog you must now specify the path to the Perl.exe on your computer. (The button with the three small dots opens a selection dialog.) Normally the Perl installation is placed directly on C:\ and the Perl.exe is located in a folder called “b
Perl scripts are saved with the extension .pl; although adding the extension to your script’s name is unnecessary, you should just know about it. You can write your Perl scripts in a text editor such as Notepad, Vi, TextEdit, Emacs, Ultra Edit, Textmate
The run a perl program we can execute it direct from the command line where the code is not long: perl -e "print 'Hello';" This will print the word hello to the screen. More complex code will be written and preserved into a script with a
Post a Comment:
Showing 0 Comments: