Hello Jenda,
JK> Why don't you open the file directly?
JK> open ($LOG,"$g_logdir/OrderServer-*.log")
JK> or die ( "Unable to open $g_logdir/OrderServer-*.log : $!");
JK> or am I misunderstanding something?
I will give that a whirl in the AM, could have sworn I tried tha
Jenda Krynicky wrote:
>
> From: "Yacketta, Ronald" <[EMAIL PROTECTED]>
> > I am sure someone out their in Perl land can offer a better solution
> > to the following.
> >
> > ###
> > ### slurp in all the required data for the report
> > ###
> > open ($LOG,"cat $g
From: "Yacketta, Ronald" <[EMAIL PROTECTED]>
> I am sure someone out their in Perl land can offer a better solution
> to the following.
>
> ###
> ### slurp in all the required data for the report
> ###
> open ($LOG,"cat $g_logdir/OrderServer-*.
> "Mik" == Mik Rudich <[EMAIL PROTECTED]> writes:
Mik> There are people on this list who
Mik> kindly share their knowledge
Mik> with others, like myself, to help
Mik> us better understanding perl fundamentals.
Mik> But there are also people who misuse that
Mik> kindness to gain, I think, comm
- Original Message -
From: "Randal L. Schwartz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 11, 2003 5:02 PM
Subject: Re: possible improvement(s)
> >>>>> "Mik" == Mik Rudich <[EMAIL PROTECTED]> writes:
>
&
Hello Mik,
MR> Hi
MR> There are people on this list who
MR> kindly share their knowledge
MR> with others, like myself, to help
MR> us better understanding perl fundamentals.
MR> But there are also people who misuse that
MR> kindness to gain, I think, commercial advantage.
MR> Regards
MR> Mik
Hello All,
I am sure someone out their in Perl land can offer a better solution
to the following.
###
### slurp in all the required data for the report
###
open ($LOG,"cat $g_logdir/OrderServer-*.log|")
or die ( "Unable to open $g_logdir/OrderSe