ARGV-readonly

 view release on metacpan or  search on metacpan

lib/ARGV/readonly.pm  view on Meta::CPAN


=head1 SYNOPSIS

this module allows

  use ARGV::readonly;
  while(<>){
       ...

to be safer in hostile environments where one is bullheaded enough to
give * as the command line argument.  See rants on P5P from July, 2008.

=head1 DESCRIPTION

the code is shorter than the documentation.  Please look at it.

=head2 EXPORT

None by default.

=head1 TO DO



( run in 1.150 second using v1.01-cache-2.11-cpan-d8267643d1d )