Oct 26, 2005 #1 rookie23 Programmer Oct 26, 2005 6 US i tried to test perl installation on a server by typing the following print "Hello World!\n"; I get following error when i tried "Unable to initialize device PRN" Please Help Thanks in Advance
i tried to test perl installation on a server by typing the following print "Hello World!\n"; I get following error when i tried "Unable to initialize device PRN" Please Help Thanks in Advance
Oct 26, 2005 #2 KevinADC Technical User Jan 21, 2005 5,070 US try like this at the command prompt: perl -e "print 'Hello World!'" Upvote 0 Downvote
Oct 26, 2005 #3 kordaff Programmer Sep 28, 2005 99 US Ahh the missing PRN -e bug... Kordaff <--rhymes today lol Upvote 0 Downvote
Oct 27, 2005 #4 tchatzi Technical User Dec 15, 2004 744 GR are you trying to run this on windows or unix? try to follow Kevin's way and play a little with the quotes (single and double) ``The wise man doesn't give the right answers, he poses the right questions.'' TIMTOWTDI Upvote 0 Downvote
are you trying to run this on windows or unix? try to follow Kevin's way and play a little with the quotes (single and double) ``The wise man doesn't give the right answers, he poses the right questions.'' TIMTOWTDI
Oct 27, 2005 Thread starter #5 rookie23 Programmer Oct 26, 2005 6 US Thanks KevinADC i tried perl -e "print 'Hello World!'" and it works Thanks again Upvote 0 Downvote