##
unshift @INC, sub {
no warnings 'uninitialized';
ref $_[1] eq 'ARRAY' ? @{$_[1]} : $_[1];
};
####
open $fh, "<", \<<'EOC';
BEGIN {prepend_block_counting_filter};
pas("SSS make s fast SSS");
EOC
####
open file handles to "in memory" files held in Perl scalars via:
open($fh, ’>’, \$variable)