recursive deletion

2002-07-24 Thread Jason Hemak
I'm trying to delete a user's home directory, and all the files and folders it contains. I know there are many ways to do this with perl, but what would you consider to be the most perl-ish. (For example, I wouldn't consider a call to deltree to be very perl-ish). Thanks, Jason

Re: (was Re: win32 and win32::Lanman conflicting?)

2002-07-15 Thread Jason Hemak
7 eval {...} called at C:/Perl/site/lib/Win32/Lanman.pm line 7 -Original Message- From: Jan Dubois [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 6:32 PM To: Jason Hemak Cc: [EMAIL PROTECTED] Subject: Re: (was Re: win32 and win32::Lanman conflicting?) On Mon, 15 Jul 2002

mapping drive/creating home directories...

2002-07-12 Thread Jason Hemak
Being new to Perl, I’m curious as to what is considered the most “perlized” method for connecting to a share on a windows system and then being able to create directories and share those newly created directories. While I could imagine perl simply making use of “net use” and “net share” and the