in reply to How to change the scalar value to some other context.
I echo what ig and scorpio17 said. Don't use Dumper/eval for this. Use JSON (with JSON::XS installed so it uses it instead of the Perl version), YAML, or Storable. Those are all better, safer options.
|
|---|