RE: testing perl

2006-01-08 Thread Owen Cook
On Mon, 9 Jan 2006, Saurabh_Agarwal wrote: > I want to know how to use perl -d Try perldoc -q debug - Found in /usr/share/perl/5.8/pod/perlfaq3.pod How do I debug my Perl programs? lots more Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE: testing perl

2006-01-08 Thread Chris Devers
On Mon, 9 Jan 2006, Saurabh_Agarwal wrote: > I want to know how to use perl -d perldoc perldebug -- Chris Devers DO NOT LEAVE IT IS NOT REAL -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: testing perl

2006-01-08 Thread Saurabh_Agarwal
I want to know how to use perl -d -Original Message- From: Owen Cook [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 10:51 AM To: Saurabh_Agarwal Cc: beginners@perl.org Subject: Re: testing perl On Mon, 9 Jan 2006, Saurabh_Agarwal wrote: > How can we test our Perl scr

Re: testing perl

2006-01-08 Thread Chris Devers
On Mon, 9 Jan 2006, Saurabh_Agarwal wrote: > How can we test our Perl script? We can test our Perl script carefully. -- Chris Devers DO NOT LEAVE IT IS NOT REAL -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: testing perl

2006-01-08 Thread Owen Cook
On Mon, 9 Jan 2006, Saurabh_Agarwal wrote: > How can we test our Perl script? At the command prompt run #perl -c script.pl If there are no errors, it compiles ok If there are errors, fix them then run #perl script.pl and see if your logig is correct HTH Owen -- To unsubscribe, e-mai

Re: Testing Perl on a Web Page

2003-11-28 Thread Jeff Westman
"R. Joseph Newton" <[EMAIL PROTECTED]> wrote: > Try this: > > > > > Joseph's first Perl-based form > > > > > Name > Rank > Serial Number > > > > > Then use CGI to get the parameters. > > perldoc CGI I got a '405 error', resource not available. I guess I'll just have to switc

Re: Testing Perl on a Web Page

2003-11-26 Thread R. Joseph Newton
Jeff Westman wrote: > > Everything makes sense and I appreciate your answering me. Now, I assume the > script has to be executable so I will need telnet access. I tried > (instead) to use a perl script I have that does ftp (including site->chmod) > -- assuming I can't telnet. Anyway, I use

Re: Testing Perl on a Web Page

2003-11-26 Thread R. Joseph Newton
Jeff Westman wrote: > Dan Muey <[EMAIL PROTECTED]> wrote: > > > Perfect! Exactly what I was looking for. I can deal with the > paths/permissions/etc. I'm just trying to figure out how to get started. > Oh, would I call this inside a web page with a

RE: Testing Perl on a Web Page

2003-11-26 Thread Dan Muey
> > > > > Thanks again...! > > > > No sweat! > > Everything makes sense and I appreciate your answering me. > Now, I assume the script has to be executable so I will > need telnet access. I tried > (instead) to use a perl script I have that does ftp > (including site->chmod) > -- assum

RE: Testing Perl on a Web Page

2003-11-26 Thread Jeff Westman
Dan Muey <[EMAIL PROTECTED]> wrote: > > > > Hello There, > > > > > > > > I would like to see if my ISP has perl available if one > > > > wanted to incorporate perl into a web page. Is there a quick > > > > and dirty web page I can upload to my ISP to test if perl is > > > Try this: > > > > > >

RE: Testing Perl on a Web Page

2003-11-26 Thread Dan Muey
> Dan Muey <[EMAIL PROTECTED]> wrote: > > > > Hello There, > > > > > > I would like to see if my ISP has perl available if one > > > wanted to incorporate perl into a web page. Is there a quick > > > and dirty web page I can upload to my ISP to test if perl is > > Try this: > > > > test.cgi >

RE: Testing Perl on a Web Page

2003-11-26 Thread Bob Showalter
Jeff Westman wrote: > Hello There, > > I would like to see if my ISP has perl available if one wanted to > incorporate perl into a web page. Is there a quick and dirty web > page I can upload to my ISP to test if perl is available and works ? > I would also like to see what version of perl is ru

RE: Testing Perl on a Web Page

2003-11-26 Thread Jeff Westman
Dan Muey <[EMAIL PROTECTED]> wrote: > > Hello There, > > > > I would like to see if my ISP has perl available if one > > wanted to incorporate perl into a web page. Is there a quick > > and dirty web page I can upload to my ISP to test if perl is > Try this: > > test.cgi > #!/usr/bin/perl -w

RE: Testing Perl on a Web Page

2003-11-26 Thread Dan Muey
> Hello There, > > I would like to see if my ISP has perl available if one > wanted to incorporate perl into a web page. Is there a quick > and dirty web page I can upload to my ISP to test if perl is Try this: test.cgi #!/usr/bin/perl -w use strict; use CGI 'header'; print header(); print "/

Re: Testing Perl on a Web Page

2003-11-26 Thread Wiggins d Anconia
> Hello There, > > I would like to see if my ISP has perl available if one wanted to incorporate > perl into a web page. Is there a quick and dirty web page I can upload to my > ISP to test if perl is available and works ? I would also like to see what > version of perl is running ? > > Could

Re: Testing Perl CGI scripts under Windows 98 & Personal Web Server

2001-05-18 Thread Aaron Craig
I have had personal experience with Personal Web Server -- I switched to Apache. At 10:30 18.05.2001 -0500, you wrote: >I'm trying to test my program under Personal Web Server, and when the Perl >script runs (called from an HTML page, with passed parameters), it opens a >DOS window and prompts