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