Help for this page

Select Code to Download


  1. or download this
    use IO::Handle;
    
    # ...
    F->untaint == 0 or die "Untainting filehandle failed: $!\n";
    # ...
    
  2. or download this
    ($tmpl) = $tmpl =~ /(.*)/s;