Home : General : Perl Programming :

General: Perl Programming: Re: [andy_C] Delete all Empty Files: Edit Log

Here is the list of edits for this post
Re: [andy_C] Delete all Empty Files
What trick is that? :)

Woops.....you may want to chage

$dir =~ /^[\w.-]+$/ or &error("Invalid directory");


to

$dir =~ /^[\w.-\/]+$/ or &error("Invalid directory");

Blush

Last edited by:

PaulWilson: Sep 17, 2001, 2:09 PM

Edit Log: