Help for this page
Select Code to Download
Select
or
download this
use IO::File; my $cache= IO::File->new_tmpfile() ... while( <$cache> ) { ... }