Quote:
|
Originally Posted by Pvaraiya
hi guys,
am totally layman in perl scripts.i have never worked on them, there's a software called "forms to go" which i have used for form-mail processing. Now the problem is that i duno whether i have to create any perl folders or sumthing bcoz the software just creates .pl file which is in txt. format!
am veryyyyyy confused n need help urgently.
PLEASE HELP!!
|
PERL is an intrepreted language, so the source code is read a line at a time and executed. The .pl is a common extension given to perl files. What does the first line of the .pl say? Does it say something like "#!/usr/bin/perl" or something like that.
Like rjerina says, we need more info.