tokuhirom
5/10/2011 - 12:52 PM

hoge.pl

use Devel::Peek;

my $x;
warn ref $x;
Dump($x);
$x = \$x;
warn ref $x;
Dump($x);