rakhaj2010
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
how do i get cgi -bin perl scripts to work eg
#!/usr/local/bin/perl
# hello.pl -- my first perl script!
print "Content-type: text/html\n\n";
print "Hello, world!\n";
doesnt run when i copy to the cgi-bin folder???
#!/usr/local/bin/perl
# hello.pl -- my first perl script!
print "Content-type: text/html\n\n";
print "Hello, world!\n";
doesnt run when i copy to the cgi-bin folder???