Authen-Quiz
view release on metacpan or search on metacpan
inc/File/Slurp.pm view on Meta::CPAN
$args->{append} = 1 ;
}
else {
# no args hash so insert one with the append mode
splice( @_, 1, 0, { append => 1 } ) ;
}
# magic goto the main write_file sub. this overlays the sub without touching
# the stack or @_
goto &write_file
}
# basic wrapper around opendir/readdir
sub read_dir {
my ($dir, %args ) = @_;
( run in 0.678 second using v1.01-cache-2.11-cpan-49f99fa48dc )