Help for this page

Select Code to Download


  1. or download this
        use IO::File;
        my $cache= IO::File->new_tmpfile()
    ...
        while(  <$cache>  ) {
            ...
        }