Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I know this sounds stupid, but

Status
Not open for further replies.

andrewcarter

Technical User
Aug 18, 2003
16
0
0
US
Hi, I know this sounds stupid, but I'm new to PERL...I get the concept of CGI, but it keeps (in the tutorial I'm reading) telling me to type at the command line. I'm using Windows XP...what is the command line? [ponder]

Thanks,
Stephen
 
<grin>

tsk.... you windows users.....

Start/Run

and then enter 'cmd' and press ENTER

You can change directories like this:

cd \Perl

The Perl executable should be on your path if you've done a standard install so I would imagine that the examples in your tutorial should work ok -- ask again if you have problems


Mike

Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884

It's like this; even samurai have teddy bears, and even teddy bears get drunk.
 
Stephen,

The command line means dos command line:
like >start>run>command you'll want to make sure
your path is set correctly so that it includes
the directory of your &quot;perl/bin&quot; the tutorials
will help you learn the &quot;perl&quot; language.....
But the real use of Perl won't begin until you
have cgi resources to run your perl scripts and
interact with forms you'll create to accept and parse
user input from your webforms.



2b||!2b
 
or...

Start / Programs / Accessories / Command Prompt

Regards
Duncan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top