in reply to Re: Obtain $data_ref from eval'ed input file that was filtered to look like Perl code
in thread Obtain $data_ref from eval'ed input file that was filtered to look like Perl code
Probably, but then again if you're at that point then the inefficiency of having that much live data is probably going to be the bigger issue (and you'd want to look at moving instead to something like DB_File or a real database instead of kludging it with a hash in memory.
(Might also look at having both sides produce something like yaml instead of playing games with filtering and eval (or even filter to YAML rather than Perl and load that instead).)
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Obtain $data_ref from eval'ed input file that was filtered to look like Perl code
by repellent (Priest) on Aug 05, 2008 at 21:44 UTC |