create a directory

2002-11-21 Thread Tim Booher
I don’t know why I am having such a tough time creating a directory.   I have the following code, but for some reason I can’t create a directory:   #!/usr/bin/perl -w # Microsoft Windows Win32   use strict; use File::Find;   my $i; my $cs; my @myArray;  # array to hold

Re: create a directory

2002-11-21 Thread Sudarshan Raghavan
On Thu, 21 Nov 2002, Tim Booher wrote: > I don't know why I am having such a tough time creating a directory. > > I have the following code, but for some reason I can't create a > directory: > > #!/usr/bin/perl -w > # Microsoft Windows Win32 > > us