C:\>perldoc -f unlink
    unlink LIST
    unlink  Deletes a list of files. Returns the number of files
            successfully deleted.

                $cnt = unlink 'a', 'b', 'c';
                unlink @goners;
                unlink <*.bak>;

            Note: "unlink" will not delete directories unless you are
            superuser and the -U flag is supplied to Perl. Even if these
            conditions are met, be warned that unlinking a directory can
            inflict damage on your filesystem. Use "rmdir" instead.

            If LIST is omitted, uses "$_".


C:\>

> -----Original Message-----
> From: Piotr [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, January 21, 2003 1:34 PM
> To: [EMAIL PROTECTED]
> Subject: deleting files
> 
> 
> Hi all,
> 
> I am new to perl and I try to remove file with it,
> but I don't known how :(
> I find modules File::Copy, File::Find,  but not File::Delete :(
> 
> How can I do this ?
> 
> Peter
> 
> 
> 
> 
> ***************r-e-k-l-a-m-a**************
> 
> 
> 
> Chcesz oszczedzic na kosztach obslugi bankowej ?
> 
> mBIZNES - konto dla firm
> 
http://epieniadze.onet.pl/mbiznes

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to