perl question

holmBrew

Official Volunteer
I am trying build a ittle perl script, but I am not getting any output to the stdout (command line)

I execute this script called hello.pl:

#!/usr/bin/perl -w
print ("Hello, World.\n");

with: perl hello.pl

and get nothing.

help.
 
Back
Top