Hi..
I am new to perl programming. I am right now involved in developing
cgi pages in perl. The backend is oracle. I want to know how to trap SQL
codes returned from oracle and redirect my error messages to the browser.
Right now, in the following piece of code
$sql =
I'm not sure if perl is best suited for this project - but I bet it is! I
need to call a server (perhaps via lynx?) in a cron'd script and then time
how long it takes for the page to load.
The reason is that sometimes the remote server stops loading pages due to
some unknown problem (this is
Can anyone help with this error. I get it after perl Makefile.pl
Should I reinstall somewhere else or can I get the perl.h header file?
Thanks,
NB
Error Message at end of Makefile results:
Checking if your kit is complete...
Looks good
Error: Unable to locate installed Perl libraries or Perl s
Hello Craig,
Saturday, December 08, 2001, Craig Inman <[EMAIL PROTECTED]> wrote:
CI> As I'm new to perl, I'm more or less trying to write a 'nested while
CI> read' loop (atleast that is what my attempts come out to look like so
CI> far).
CI> trying something like
CI> open (A, $list1) or di
Hello rory,
Saturday, December 08, 2001, rory o'connor <[EMAIL PROTECTED]> wrote:
roc> I'm not sure if perl is best suited for this project - but I bet it is! I
roc> need to call a server (perhaps via lynx?) in a cron'd script and then time
roc> how long it takes for the page to load.
roc>
From: LAVANYA Mukundan <[EMAIL PROTECTED]>
> I am new to perl programming. I am right now involved in
> developing
> cgi pages in perl. The backend is oracle. I want to know how to trap
> SQL codes returned from oracle and redirect my error messages to the
> browser. Right now,
Check out the following script: I bet you can very easily tailor it to do exactly
what you want. I use it for load-testing...
I *believe* this is the original "crashme" script from the mod_perl guide written by
Stas Bekman (the script was written by someone else and modified by Stas). Not sure
wh
> -Original Message-
> From: Agustin Rivera [mailto:[EMAIL PROTECTED]]
> Sent: Friday, December 07, 2001 6:40 PM
> To: Daniel Gardner
> Cc: [EMAIL PROTECTED]
> Subject: Re: Disable ModPerl
>
>
> I am under the idea that modperl recycles as many variables
> as possible to
> speed up scri
I believe the 'use vars' pragma actually sets up GLOBALS, which very well could be
your problem. Scope them locally with 'my', which will keep them from getting
re-used with previous values on consecutive hits. Someone please correct me if I'm
wrong about the use vars bit...regardless, scope them
> -Original Message-
> From: Matt C. [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 08, 2001 2:07 PM
> To: Agustin Rivera; [EMAIL PROTECTED]
> Subject: Re: Disable ModPerl
>
>
> I believe the 'use vars' pragma actually sets up GLOBALS,
> which very well could be
> your problem. S
10 matches
Mail list logo