in reply to Re: Returning regexp pattern that was used to match
in thread Returning regexp pattern that was used to match
.. but I'm concerned about speed. If its doing this for ever file on a terabyte server I'm worried about the time consumption. What do you think?for ( keys %{$self->{actions}} ) { process($self, $file, $dir, $_) if ($fullfile =~ /$_/) +; next; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Returning regexp pattern that was used to match
by Abigail-II (Bishop) on May 03, 2004 at 15:38 UTC | |
|
Re: Re: Re: Returning regexp pattern that was used to match
by diotalevi (Canon) on May 03, 2004 at 15:36 UTC | |
|
Re: Returning regexp pattern that was used to match
by Abigail-II (Bishop) on May 03, 2004 at 15:01 UTC |