I was just wondering,

I have noticed that no one giving advice about accessing, reading, writing
files uses the module File::Slurp. I stumbled across it and have been using
it for several months. 
To read a file I say my $var = read_file("some_file");
To write a file I say write_file("some_file","some_data");

I realize that I give up some of the finer control over file usage, but is
their anything else wrong with the slurp approach to files that I should be
aware of?


Don Elliott
Manager, Systems Management
Saskatoon Police Service

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to