How to Create a .Pl PERL (Practical Extraction and Report Language) file?




(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)



(5.00 out of 5)





How to Create a .Pl PERL (Practical Extraction and Report Language) file?
Log in to answer.
Copyright © dBuggr LLC - All Rights Reserved.
nishantbaxi 2:05 am on March 12, 2010
Step 1Launch Notepad.
Step 2Type the following three lines:
# This is a Welcome Example
print (”Welcome to PERL file creation!\n”);
print (”This is a PERL program to welcome you.\n\n”);
Step 3Click “File” and “Save.” The “Save As” dialog box is displayed.
Step 4Type in a name, like “welcome.pl,” in the “File name” box to make sure the file is saved with the .pl extension, not the .txt extension.
Step 5Click the “Save” button and you have created a .pl file.