>I have a script which I need to port from NT to Unix
>(Solaris). I used the Win32API::File module functions
>MoveFileEx and CopyFile to Move and Copy files (Move
>does a copy src->dest, delete src). I am wondering what
>are the prefered means of doing this on Unix.
You might try File::Copy.
Thanks. I use File::Copy but I did not find anything
that duplicates the Move (Copy\Delete) functionality.
I could just do a system 'rm ', but I was looking
for something a little cleaner.
To delete, you might try unlink:
perldoc -f unlink
to copy or move (rename) you could use File::Copy:
#!
--- Jenda Krynicky <[EMAIL PROTECTED]> wrote:
> I think you misread the original post. Byron Wise
> says:
>
> > Recently my company decided to put their login on
> the main
> > page. This main
> > page isn't secure. However the action attribute
> of the form
> > tag does point
> > to a secu
--- Janet Ciavarelli <[EMAIL PROTECTED]>
wrote:
> However, I am curious to know why there's no
> ppm on this system? It's not just a part of Active
> State Perl is it?
As far as I know, it is. See item from ActiveState web
site:
--
ActivePerl: PPM, the Perl Package Manager
PPM is included wit