Theres the url for this script
Code:
#!/usr/local/bin/perl
print "Hi there!\n";
I have chmoded the script to 755 and as far as I know it was uploaded as ascii/binary.
Thanks so much!
#!/usr/local/bin/perl
print "Content-Type: text/html\n\n";
print "Hi there!\n";