RE: what is this expr doing exactly?

2002-10-23 Thread Reddy Kankanala
Stacy Bill Thanks for your help. Reddy -Original Message- From: Stacy Doss [mailto:SDoss;hifn.com] Sent: Wednesday, October 23, 2002 12:46 AM To: '$Bill Luebkert'; Reddy Kankanala Cc: [EMAIL PROTECTED] Subject: RE: what is this expr doing exactly? Actually not a typo- Subs a path

what is this expr doing exactly?

2002-10-22 Thread Reddy Kankanala
can some one tell me what is this doing? i found this in Logfile::Rotate $currn=~ s+.*/([^/]*)+$self-{'Dir'}/$1+if defined($self-{'Dir'}); Thanks. Reddy ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe:

RE: what is this expr doing exactly?

2002-10-22 Thread Stovall, Adrian M.
the saved portion of the string. If $self-{'Dir'} is NOT defined, it does nothing. -Original Message- From: Reddy Kankanala [mailto:rkankanala;Interelate.com] Sent: Tuesday, October 22, 2002 4:31 PM To: [EMAIL PROTECTED] Subject: what is this expr doing exactly? can some one tell me what

Re: what is this expr doing exactly?

2002-10-22 Thread $Bill Luebkert
Reddy Kankanala wrote: can some one tell me what is this doing? i found this in Logfile::Rotate $currn=~ s+.*/([^/]*)+$self-{'Dir'}/$1+if defined($self-{'Dir'}); Looks like a typo to me. Take another look and use cut-n-paste and double check it before posting. -- ,-/- __ _ _

RE: what is this expr doing exactly?

2002-10-22 Thread Stacy Doss
: Wednesday, October 23, 2002 12:24 AM To: Reddy Kankanala Cc: [EMAIL PROTECTED] Subject: Re: what is this expr doing exactly? Reddy Kankanala wrote: can some one tell me what is this doing? i found this in Logfile::Rotate $currn=~ s+.*/([^/]*)+$self-{'Dir'}/$1+if defined($self-{'Dir