On Thu, Aug 09, 2001 at 05:16:38AM -0700, perl newbie wrote:
> #!/usr/bin/perl -w
> use strict;
> use POSIX;
>
> ##
> ###MAIN PROGRAM###
> ##
>
>
> # set environment variables.
>
> $ENV{WORK_AREA} = "/tmp/regr_tests";
Why are you using e
Hello perl newbie,
Thursday, August 09, 2001, perl newbie <[EMAIL PROTECTED]> wrote:
pn> I am using the following code to do two things:
pn> 1) create a unique directory name using @ARGV, and
pn> 2) recursively copy the contents of a source directory
pn> into the target directories.
[..]
pn>
Date: Thu, 9 Aug 2001 05:16:38 -0700 (PDT)
From: perl newbie <[EMAIL PROTECTED]> | Block
Address | Add to Address Book
Subject: Re: recursive file copy
To: [EMAIL PROTECTED]
Hello,
I am using the following code to do two things:
1) create a unique directory name using
Hello,
I am using the following code to do two things:
1) create a unique directory name using @ARGV, and
2) recursively copy the contents of a source directory
into the target directories.
However, when I attempt to do this, I am getting the
following errors about infinite loops.
% perl copy.