holmBrew Official Volunteer Oct 9, 2002 #1 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.
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.