Perl Hello World

Step 1: Create a text file named HelloJAVADOMAINdotIN.pl and copy this below single line,

 

print "Hello JAVADOMAINdotIN\n";

 

Step 2: Save this file in your perl directory bin folder.

Ex: C:\xampp\perl\bin

Step 3: Open the command prompt and run the file like this,

“perl HelloJAVADOMAINdotIN.pl” 

then you can see the output like this,

 

 

Thanks for reading this post………!!!

 

Leave a Reply