Gossamer Forum
Home : General : Internet Technologies :

Re: [perlman] using mySQL local

Quote Reply
Re: [perlman] using mySQL local In reply to
To test that you have installed Perl correctly, try running one of your Perl scripts (.pl or .cgi) through your web browser. If it doesn't execute, follow these instructions:

Quote:
Open your command prompt window (C:\WINDOWS\COMMAND.COM), type perl -v and hit Return. You should get a message saying This is Perl..., etc..
Create the following script in a text editor like Textpad or Notepad (see Editing the Script):
#!/usr/bin/perl -w
print "Hello world, it works!\n";

Save it somewhere, like c:\tmp\test.pl. Now open the command prompt window and type:

perl c:\tmp\test.pl
Hit the Return key. The message Hello world, it works! should be printed on your screen.

Reference: http://visca.com/...rl_apache_win9x.html

Other good references can be found via searching Google:

http://www.google.com/...rl+Apache+Windows+XP

Good luck!
========================================
Buh Bye!

Cheers,
Me
Subject Author Views Date
Thread using mySQL local perlman 23354 May 28, 2003, 1:47 PM
Post Re: [perlman] using mySQL local
Paul 22315 May 28, 2003, 2:56 PM
Thread Re: [perlman] using mySQL local
moog 22405 May 28, 2003, 5:11 PM
Thread Re: [moog] using mySQL local
perlman 22375 May 29, 2003, 4:36 AM
Thread Re: [perlman] using mySQL local
Paul 22445 May 29, 2003, 4:57 AM
Thread Re: [Paul] using mySQL local
perlman 22394 May 29, 2003, 5:49 AM
Thread Re: [perlman] using mySQL local
Paul 22384 May 29, 2003, 5:51 AM
Thread Re: [Paul] using mySQL local
moog 22448 May 29, 2003, 6:59 AM
Thread Re: [moog] using mySQL local
perlman 22431 May 29, 2003, 7:53 AM
Thread Re: [perlman] using mySQL local
moog 22346 May 29, 2003, 8:08 AM
Thread Re: [moog] using mySQL local
perlman 22369 May 29, 2003, 8:14 AM
Thread Re: [perlman] using mySQL local
moog 22355 May 29, 2003, 8:25 AM
Thread Re: [moog] using mySQL local
perlman 22413 May 29, 2003, 8:37 AM
Thread Re: [perlman] using mySQL local
Paul 22441 May 29, 2003, 8:45 AM
Thread Re: [Paul] using mySQL local
perlman 22396 May 29, 2003, 8:48 AM
Thread Re: [perlman] using mySQL local
Paul 22386 May 29, 2003, 9:31 AM
Thread Re: [Paul] using mySQL local
perlman 22322 May 29, 2003, 10:54 AM
Thread Re: [perlman] using mySQL local
Paul 22343 May 29, 2003, 12:46 PM
Thread Re: [Paul] using mySQL local
moog 22339 May 29, 2003, 3:28 PM
Thread Re: [moog] using mySQL local
perlman 22346 May 30, 2003, 1:23 AM
Thread Re: [perlman] using mySQL local
Stealth 22371 May 30, 2003, 6:49 PM
Thread Re: [Stealth] using mySQL local
perlman 22327 May 31, 2003, 2:36 PM
Thread Re: [perlman] using mySQL local
Stealth 22372 May 31, 2003, 5:01 PM
Thread Re: [Stealth] using mySQL local
perlman 22303 Jun 1, 2003, 1:42 PM
Thread Re: [perlman] using mySQL local
Stealth 10559 Jun 1, 2003, 3:49 PM
Thread Re: [Stealth] using mySQL local
perlman 10575 Jun 2, 2003, 1:58 AM
Thread Re: [perlman] using mySQL local
Wil 10741 Jun 2, 2003, 2:00 AM
Thread Re: [Wil] using mySQL local
perlman 10727 Jun 2, 2003, 2:03 AM
Thread Re: [perlman] using mySQL local
Paul 10622 Jun 2, 2003, 2:25 AM
Thread Re: [Paul] using mySQL local
perlman 10655 Jun 2, 2003, 2:58 AM
Thread Re: [perlman] using mySQL local
Paul 10649 Jun 2, 2003, 3:47 AM
Thread Re: [Paul] using mySQL local
perlman 10609 Jun 2, 2003, 3:58 AM
Thread Re: [perlman] using mySQL local
Paul 10660 Jun 2, 2003, 3:59 AM
Thread Re: [Paul] using mySQL local
perlman 10690 Jun 2, 2003, 4:07 AM
Thread Re: [perlman] using mySQL local
Paul 10580 Jun 2, 2003, 10:55 AM
Post Re: [Paul] using mySQL local
perlman 10540 Jun 2, 2003, 12:47 PM
Thread Re: [perlman] using mySQL local
Stealth 10795 Jun 2, 2003, 6:30 PM
Thread Re: [Stealth] using mySQL local
perlman 10551 Jun 3, 2003, 3:35 AM
Post Re: [perlman] using mySQL local
Stealth 10516 Jun 3, 2003, 10:37 AM
Post Re: [perlman] using mySQL local
Paul 10537 Jun 2, 2003, 2:26 AM
Post Re: [perlman] using mySQL local
Andy 22237 May 29, 2003, 3:31 PM