First Line of Perl Code

by Geethalakshmi 2010-09-17 13:52:09

First Line of Perl Code


The first line of a perl program should contain the path location where perl is to be found on your system.

#!/usr/bin/perl

You can add the -w switch to provide extra warning messages.

#!/usr/bin/perl -w

Tagged in:

1203
like
0
dislike
0
mail
flag

You must LOGIN to add comments