http://www.perlmonks.org?node_id=486077


in reply to Re: Things I Don't Use in Perl
in thread Things I Don't Use in Perl

My understanding of "when study is needed" was: never. I thought that the results of studying were never used, these days. Is that not true?
rjbs

Replies are listed 'Best First'.
Re^3: Things I Don't Use in Perl
by duff (Parson) on Aug 24, 2005 at 16:03 UTC

    I think study does as it always did. It analyzes the string and builds a data structure from it such that repeated REs on that string are ever so slightly more efficient in execution time.