Help for this page

Select Code to Download


  1. or download this
       my @name = ( /Name:\s+(.*)/ );
       my @find = ( /Find:\s+(.*)/g );
       my @text = ( /Text:\s+(.*)/g );