Open2 Spawn-Waitpid()

2003-01-07 Thread bh-horse Salto
Ok here is what i have : the error msg that the script prints afther it have reached 64 processes is: " open2: IO::Pipe: Can't spawn-NOWAIT: Resource temporarily unavaliable at msg_cracker.pl line 443 " the part of the code is this } close TEMPFILE; } elsif ($Param[1] eq '2wayproc') { $ExtPid

RE: Post Method versus Get Method

2003-01-07 Thread Bob Showalter
Susan Aurand wrote: > I know the POST Method the data is sent to STDIN, and GET > method the data is attached to the URL and > then submitted. When and why would you want to use the GET > method versus the POST method. Is is > because of firewalls? or what? I would appreciate any input on this >

RE: Post Method versus Get Method

2003-01-07 Thread wiggins
There are many reasons to choose one or the other. A good one for POST is file uploads, where the input values could be very very large (think mega or giga bytes of data) or binary which would have to be encoded and then unencoded in some manner, whereas this is less of a problem over a stream.

Post Method versus Get Method

2003-01-07 Thread Susan Aurand
I know the POST Method the data is sent to STDIN, and GET method the data is attached to the URL and then submitted. When and why would you want to use the GET method versus the POST method. Is is because of firewalls? or what? I would appreciate any input on this subject. Thank You. Susan Evan

FW: Cgi Win xp Perl

2003-01-07 Thread Paul Kraus
I am running on a windows xp pro desktop with iis installed. I have active state Perl installed and have been using it with out a problem. I just started to play with cgi and I am having a lot of problems getting it to work right. I have a static html form that's action calls the following script.

Re: Custom 500 Error Script

2003-01-07 Thread Todd Farmer
That did the trick, thanks! Thanks to all who took time to help me out. Todd - Original Message - From: "Bob Showalter" <[EMAIL PROTECTED]> To: "'Webmaster'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 10:47 AM Subject: RE: Custom 500 Error Script > Webmast

RE: Custom 500 Error Script

2003-01-07 Thread Bob Showalter
Webmaster wrote: > ...What I am finding is that when the .htaccess file > forwards the user to the custom script (in this case, 500.cgi), I > can't collect the name of the page (or the query string) of the page > that caused the 500 error. It should be available in the REDIRECT_URL environment var

Re: Custom 500 Error page

2003-01-07 Thread Octavian Rasnita
I don't think this is possible because I don't think you could find the referer of a referer with a script. The referer of your 500.cgi script is page b, so ... Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "Webmaster" <[EMAIL PROTECTED]

Re: how to fetch data form line

2003-01-07 Thread Octavian Rasnita
Use LWP::UserAgent module. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "uma ramdoss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 6:03 AM Subject: how to fetch data form line let me know how i can fetch

RE: how to print mysql table to text file backup with perl

2003-01-07 Thread fliptop
On Mon, 6 Jan 2003 at 20:44, Hughes, Andrew opined: HA:That makes a lot of sense. If I strip out the pipes, tabs, hard returns HA:etc. going into the database table, do you think that I should be okay not HA:using the module? why waste your time? the csv modules already on cpan do it all for yo

Re: Selecting a Static HTML page

2003-01-07 Thread LRMK
Use this code this is better than previouse one it does not change action this one directly change Window location Here is code -- New Page 1