Help for this page

Select Code to Download


  1. or download this
     if (ref $searchresult) {
         print "Found it: @$searchresult\n";
    ...
     else {
         print "It wasn't found\n";
     }