my $str = "yo ho ho\n"; open my($fh), '+<', \$str; print <$fh>; print $fh "and a bottle\n"; print $str; __END__ yo ho ho yo ho ho and a bottle
In reply to Re: Best way to read a file into memory and use normal operation on memory file?
by Anonymous Monk
in thread Best way to read a file into memory and use normal operation on memory file?
by james28909
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |