![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Re: Re: Re: Simple Data storageby eclark (Scribe) |
on Mar 11, 2004 at 17:29 UTC ( #335889=note: print w/replies, xml ) | Need Help?? |
Storable is no worse than require 'savefile'; in this case. I think it is included with Perl 5.6.1. If you print out a file then require it back in, and your escaping is not correct you're opening yourself to code injection. Storable would protect you from this.
In Section
Seekers of Perl Wisdom
|
|