Help for this page

Select Code to Download


  1. or download this
    
      Grab this 'test1' (repeat/new)
    ...
    ..
    ..
      Grab this 'test3' (repeat/new)
    
  2. or download this
     
        while ($current_line = <$file_pointer>) {
          if ($current_line =~ /Grab this\s+(.*)/) {
    ...
    }
    }