expresspotato has asked for the wisdom of the Perl Monks concerning the following question:
sub find_hash_core(){ opendir(DIR,"./"); @a = readdir(DIR); close(DIR); foreach (@a) { #print "$_"; if ($_ =~ "100740266a1b4bf5d456cb8876be0e4e9662d871"){ print "Found Hash!"; } } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Quickly Find Files with Wildcard?
by Albannach (Monsignor) on Mar 23, 2009 at 01:14 UTC | |
Re: Quickly Find Files with Wildcard?
by ysth (Canon) on Mar 23, 2009 at 01:01 UTC | |
by expresspotato (Beadle) on Mar 23, 2009 at 01:13 UTC | |
by ysth (Canon) on Mar 23, 2009 at 01:22 UTC | |
Re: Quickly Find Files with Wildcard?
by linuxer (Curate) on Mar 23, 2009 at 01:21 UTC | |
by expresspotato (Beadle) on Mar 23, 2009 at 02:32 UTC |