Click to See Complete Forum and Search --> : How do you delete files from server using Perl?


TheIceman5
August 22nd, 2002, 09:51 AM
I want to write a script in perl that when i run it, it will allow me to select certain files on the server that i can delete.
Can anyone give me some code with commands that allow me to delete files that i select?

ShawnDev
August 26th, 2002, 04:37 AM
You're running Perl on the server or PerlScript on the client? Perl uses the unlink command to delete files.

TheIceman5
September 1st, 2002, 09:53 AM
cool, thanks, that rings a bell, i will go look that up.
later..