![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Noone even mentioned File::Slurp! :) If you must use a module for this, may I suggest Path::Tiny or File::Slurper? See File::Slurp is broken and wrong for why. Update: or just do it idiomatically without a module: my $string = do { local $/; <$fh> } In reply to Re^3: Extracting selected fields form file record (updated)
by eyepopslikeamosquito
|
|