Re[2]: possible improvement(s)

2003-01-12 Thread Yacketta, Ronald
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

Re: possible improvement(s)

2003-01-12 Thread John W. Krahn
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

Re: possible improvement(s)

2003-01-12 Thread Jenda Krynicky
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-*.

Re: possible improvement(s)

2003-01-11 Thread Randal L. Schwartz
> "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

Re: possible improvement(s)

2003-01-11 Thread Slobodan Jaksic
- 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: > &

Re[2]: possible improvement(s)

2003-01-11 Thread Yacketta, Ronald
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

possible improvement(s)

2003-01-10 Thread Yacketta, Ronald
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