|
|
|
|
Joined: Jul 2001
Posts: 37
Member
|
|
Member
Joined: Jul 2001
Posts: 37 |
Say I have this code, test.cgi: #!/usr/bin/perl print "Content-type:text/htmlnn"; undef ($test); if ($test eq 'test') { print 'Did It Work'; } If I were to type http://www.myserver.com/cgi-bin/test.cgi?test=test Shouldn't it print "Did It Work" on my screen? For me all it does is print a blank screen. What am I doing wrong?
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 417
Joined: November 2001
|
|
|
Forums63
Topics37,583
Posts293,955
Members13,824
| |
Most Online151,614 Nov 14th, 2025
|
|
Currently Online 3649
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 10
|
|
|
|
|
|