Help for this page

Select Code to Download


  1. or download this
    sub special_read {
      my $fh = shift;
      local $/ = "<!>"; ## <--- how do avoid this on each call?
      <$fh> ;
    }