On Tue, 29 Mar 2005 23:31:48 +0200 (CEST), Steven Schubiger wrote:
> 
> print $File::Find::name, "\n" unless /\.txt^/;
> 

No, that should be /\.txt$/ , not /\.txt^/ - you're using the wrong anchor.

-- 
Offer Kaye

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to