I am new to learning PERL and I was trying to run a sample Hello World Program 
but when I press F5 to run the script, nothing happens at all. No error message 
nor the command prompt. Please help.
This is the code I am trying to run:
        1. use5.010;
        2. usestrict;
        3. usewarnings;
        4.  
        5. print "Hello World\n";

Thank you.
Janak Mehta
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to