Help for this page

Select Code to Download


  1. or download this
               Changes in Perl code using RE engine:
    
    ...
                       Unneeded copying of matched-against string removed;
                       Only matched part of the string is copying if $` $'
    + were not 
    seen;
    
  2. or download this
    'string' =~ /ri/;
    print eval <STDIN>;