If you don't mind, could you tell me what this returns?
use Safe; use Devel::Peek; my $x = bless \ do { my $a = 0 }, "x"; print Dump($x); my $y = Safe->new->reval('bless \\ do { my $a = 0 }, "x"'); print Dump($y); bless $y, ref $y; print Dump($y);
In reply to Re^3: CGI::Session cannot read data from Data::Dumper
by !1
in thread CGI::Session cannot read data from Data::Dumper
by lom
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |