RE: [Perl-unix-users] File Copy and Move on Unix (Solaris)

2001-01-29 Thread Douglas Sparling
>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.

RE: [Perl-unix-users] File Copy and Move on Unix (Solaris)

2001-02-02 Thread Douglas Sparling
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: #!

RE: [Perl-unix-users] Login Security

2001-06-08 Thread Douglas Sparling
--- 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

Re: [Perl-unix-users] Quick question

2001-07-05 Thread Douglas Sparling
--- 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