On 12/16/2003 10:14 PM, Eric Edwards wrote:

Hey Listers-
This is not homework.  I am teaching myself perl.
Question:
Does the unlink command not work on windows?  The book I am using has some
code examples using it but I am wondering if it might be UNIX specific.  I
hope my code isn't that bad.
Thanks!
Eric


unlink works fine on Windows. What code is failing?


unlink 'filename' or die $!;

Randy.

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to