Help for this page

Select Code to Download


  1. or download this
    print @filehandles[$i] if (/@regex[$i]/../^END_OF_BLOCK/);
    
  2. or download this
    print $filehandles[$i] if (/$regex[$i]/../^END_OF_BLOCK/);
    
  3. or download this
    print $filehandles[$i] $_;
    
  4. or download this
    print {$filehandles[$i]} $_;
    
  5. or download this
    use strict;
    use warnings;