Help for this page

Select Code to Download


  1. or download this
     print "hello 1\n" if (-r $_);
     my @matching = grep {/$my_pattern/} <$_>;
    
  2. or download this
     open $filehandle,"<", $_" or die .... 
     my @matching = grep {/$my_pattern/} <$_>;