RE: FW: rmdir

2001-09-26 Thread Porter, Chris
Please remove me from the mailing list. Thank you. Chris -Original Message- From: Michael Fowler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 5:27 PM To: Me Cc: Porter, Chris; [EMAIL PROTECTED] Subject: Re: FW: rmdir On Wed, Jun 27, 2001 at 03:51:43PM -0500, Me wrote

RE: Directories

2001-07-20 Thread Porter, Chris
quot;} -Original Message- From: Craig Moynes/Markham/IBM [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 9:02 AM To: Porter, Chris Cc: '[EMAIL PROTECTED]' Subject: Re: Directories > Calling perl gurus, > Hello, help please!!! Looking

Directories

2001-07-10 Thread Porter, Chris
Calling perl gurus, Hello, help please!!! Looking to delete empty directories, I have a script for that but if the directories have files in them, it dies. Either can I add some type of script to delete them also or can I just avoid them all together and just delete the empty ones. Any help w

RE: FW: rmdir

2001-06-28 Thread Porter, Chris
Mike, Still unsure how to approach. Very new to perl and I don't want to screw this up. Any input from you would be great. Thank you. Chris -Original Message- From: Michael Fowler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 5:27 PM To: Me Cc: Porter, Chris; [

FW: FW: rmdir

2001-06-27 Thread Porter, Chris
-Original Message- From: Porter, Chris Sent: Wednesday, June 27, 2001 9:21 AM To: 'Maxim Berlin' Subject: RE: FW: rmdir Hi, It's working great. Thank you. But one more thing, it's removing all the empty directories but what about directories with files in them.

FW: rmdir

2001-06-26 Thread Porter, Chris
($Name =~ /^[A-Z]+$/)) {rmdir $Name} if ((-d $Name)) {print "$Name\n"} } -Original Message- From: Maxim Berlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 9:22 AM To: '[EMAIL PROTECTED]' Subject: Re: rmdir Hello Chris, Tuesd

rmdir

2001-06-26 Thread Porter, Chris
Hi, was hoping someone could help. I want to remove some directories: .Any help would be greatly appreciated. Basically, I want to remove all directories with Capital letters in this directory. Make sense. Here is my script, looks like it's working but it's not removing all the directoriesopendir

Please

2001-06-22 Thread Porter, Chris
UNSUBSCRIBE. Thanks.

FW: FW: delete files

2001-05-17 Thread Porter, Chris
-Original Message- From: Porter, Chris Sent: Thursday, May 17, 2001 6:59 AM To: '[EMAIL PROTECTED]' Subject: RE: FW: delete files Thanks, helps very much. The directory -- I added the directory I'm referring to. opendir DIR - added the same directory() Can u

FW: FW: delete files

2001-05-16 Thread Porter, Chris
Forwarded message. -Original Message- From: Porter, Chris Sent: Wednesday, May 16, 2001 7:14 AM To: '[EMAIL PROTECTED]'; ',[EMAIL PROTECTED]' Subject: RE: FW: delete files Silly question --- where do i exactly insert all of my information that points to where m

FW: delete files

2001-05-15 Thread Porter, Chris
Any ideas??? > -Original Message- > From: Porter, Chris > Sent: Tuesday, May 15, 2001 9:20 AM > To: '[EMAIL PROTECTED]' > Subject: delete files > > Hello, > > How are you? Sorry to bother. I am very new to perl so pleas