Hey guys. Ive got a problem with a simple hello world script. Im a perl beginner so bear with me. Im running mandriva linux if it matters. Also this file is saved under /home/rysin/documents.
Code
#!/usr/bin/perl
print "Hello World\n";
When I go into the command line and use the perl hello.pl command it comes up with this error message.
No such file or directory
ANy idea why?