Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: how do I make my perl script readable by a browser with windows 98?

by Alex the Serb (Monk)
on Dec 14, 2001 at 16:04 UTC ( [id://131940]=note: print w/replies, xml ) Need Help??


in reply to how do I make my perl script readable by a browser with windows 98?

After the installation of Apache, all Perl scripts in cgi-bin directory of Apache should begin with:
#!c:\perl\bin\perl -w
the Apache will then execute the program you've put after #! string... so if your path to Perl is different, you should put that path.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://131940]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found