Re: Thanks and another quick Q, how to unconcatenate...

2003-09-04 Thread John W. Krahn
Lonewolf wrote: > > Thanks for everyone's help with this one, I was stuck and knew I was missing > something simple.. UGH. perldoc -q replace didn't turn me up with anything > either, which was a bummer, but going off the code posted here I was able to > do more with it. > > This is what I used

RE: Thanks and another quick Q, how to unconcatenate...

2003-09-04 Thread Akens, Anthony
Something like this will skip all files with _nice at the end... next if $file =~ /_nice$/; unlink ($file) or die "Couldn't delete file; (I think that would work. Untested) Tony -Original Message- From: LoneWolf [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 2:23