Re: Create Directories

2006-05-22 Thread Dr.Ruud
SkyBlueshoes schreef: > Another stupid question, search.cpan.org doesn't like me, lol: > > Which module is best for creating a directory and all directories in > between. > > Ex: > > I want to create the directory : \dir1\dir2\dir3\targetdirectory > but none of the preceding numbered directories e

Re: Create Directories

2006-05-22 Thread Anthony Ettinger
File::Spec if you are working cross platform. then "mkdir $path" On 5/22/06, Toby Stuart <[EMAIL PROTECTED]> wrote: > -Original Message- > From: SkyBlueshoes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 23 May 2006 12:38 PM > To: beginners@perl.org &

RE: Create Directories

2006-05-22 Thread Toby Stuart
> -Original Message- > From: SkyBlueshoes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 23 May 2006 12:38 PM > To: beginners@perl.org > Subject: Create Directories > > > Another stupid question, search.cpan.org doesn't like me, lol: > > Which module i

Create Directories

2006-05-22 Thread SkyBlueshoes
Another stupid question, search.cpan.org doesn't like me, lol: Which module is best for creating a directory and all directories in between. Ex: I want to create the directory : \dir1\dir2\dir3\targetdirectory but none of the preceding numbered directories exist... Sky Blueshoes -- To unsu

Re: How do I create directories on a Unix box with Perl

2002-06-10 Thread drieux
On Monday, June 10, 2002, at 07:38 , Mark Underwood wrote: [..] > Also appologies for taking so long to get back to you, I wanted to explore > some other easier options before trying your suggestion.. hey, I just shifted over to doing it that way myself I always had a simple function that wr

Re: How do I create directories on a Unix box with Perl

2002-06-09 Thread drieux
On Sunday, June 9, 2002, at 06:53 , Mark Underwood wrote: [..] > For example if my cgi-bin directory is usr\home\myaccount\cgi-bin I can > create a new directory under cgi bin as usr\home\myaccount\cgi-bin\NEWDIR > using the following code in the Perl script that runs in the cgi-bin > directory:

How do I create directories on a Unix box with Perl

2002-06-09 Thread Mark Underwood
Hi, I would say this is a newbie question, but since this post is to the perl.beginners list I guess you can assume that it is. I want to create a hieracrchical "nested" directory structure on the remote Unix server that I use as my host. I can only create single directory which appears under t