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