in reply to Copying a directory recursively
Note above code is untested. And may require some effort on your part ... :Psub setRecursiveCopyCommand { my $OS = $^O; if ( $OS eq 'VMS' ) { return whatever the hell they do in VMS } elsif ( $OS eq 'PLAN9' ) { return whatever the hell they do in PLAN9 } elsif ( $OS eq monkeys_fly_out_of_my_ass ) { you get the picture } else { ... }
| Plankton: 1% Evil, 99% Hot Gas. |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Copying a directory recursively
by BUU (Prior) on Mar 10, 2004 at 06:36 UTC | |
by ambrus (Abbot) on Mar 10, 2004 at 14:35 UTC | |
by ikegami (Patriarch) on Jul 25, 2005 at 17:08 UTC |