Hi, I just start learned to use PERL and I'm try to run a Hello World program but I'm failed. Here is my scrept:
#!/usr/bin/perl -w
print "Hello, world!\n"; I save this as 'test.pl' and put it in my ftp a/c and I run this file on browser ' http://www.myvodahostdomain.com/test.pl' It gives me 500 Internal Server Error. What should I do? Anyone can teach me? I'm a real beginner and trying to write a presistant program that PHP can't be done. Please help
#!/usr/bin/perl -w
print "Hello, world!\n"; I save this as 'test.pl' and put it in my ftp a/c and I run this file on browser ' http://www.myvodahostdomain.com/test.pl' It gives me 500 Internal Server Error. What should I do? Anyone can teach me? I'm a real beginner and trying to write a presistant program that PHP can't be done. Please help
Comment