RE: [Perl-unix-users] Duplicate sequence

2002-06-25 Thread Thomas_M
How is this different from removing duplicates in general? Use a hash. And read 'perldoc -q duplicate' -- Mark Thomas[EMAIL PROTECTED] P.S. Don't send questions directly to members of this list. Just send it to the list. They'll see it. > -Original Message- > From: Ruotti,

[Perl-unix-users] Executing a Batch file from web server on local PC

2002-06-25 Thread Nitin
Hi Friends, Could you please help me out ? Actually, I have a DOS batch file stored on my web-server. I want to execute this batch file on that local PC doing some local tasks (like copying files from web-server to the local machine) , when the link in the web-page is clicked from that PC. Does a