On Monday, Nov 17, 2003, at 00:27 US/Pacific, Rajesh Dorairajan wrote:
Forgive me for not making myself clear in the first place.
forgive me for having to defer a response,
But this is a really interesting problem and
still requires a bit of thinking.
What I'm trying to do is create a Test framewo
am going through the test scripts
of LWP too.
Best Regds
Rajesh Dorairajan
-Original Message-
From: drieux [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2003 3:54 PM
To: begin begin
Subject: An Alternative to Test::Harness was Re: external sub routine
On Friday, Nov 14, 2003, at 13
ailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2003 1:37 PM
To: begin begin
Subject: Re: external sub routine
On Friday, Nov 14, 2003, at 18:38 US/Pacific, David Inglis wrote:
> I have a some code that will be used in a number of my scripts, I know
> that if I have a sub in a script I can
On Friday, Nov 14, 2003, at 13:59 US/Pacific, Rajesh Dorairajan wrote:
[..]
All I want to do is:
#Create a logger object and log a message using log4perl
#call the function and check the $retval
#if $retval == 1 $logger->info("Test succeded")
#else $logger->warn( "Test failed" )
I've a bunch of s
On Friday, Nov 14, 2003, at 18:38 US/Pacific, David Inglis wrote:
I have a some code that will be used in a number of my scripts, I know
that if I have a sub in a script I can call that piece of code as many
times as required from the same script but how do I make this sub
vailable to other scrip
Subject: external sub routine
On Nov 15, David Inglis said:
>I have a some code that will be used in a number of my scripts, I know
>that if I have a sub in a script I can call that piece of code as many
>times as required from the same script but how do I make this sub
>vailable to other scripts I have written. I imagine th
I have a some code that will be used in a number of my scripts, I know
that if I have a sub in a script I can call that piece of code as many
times as required from the same script but how do I make this sub
vailable to other scripts I have written. I imagine that I create a
seperate script with