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
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
&
> -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
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
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
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:
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