Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
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 ( #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? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2023-03-23 03:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?