Help for this page
use strict; use warnings; ... $scalarobject->stringify(); $arrayobject->stringify(); $hashobject->stringify();
$VAR1 = bless( do{\(my $o = 'THIS IS A SCALAR')}, 'This::Is::A::Dummy: +:Object' ); $VAR1 = bless( [ 'THIS', ... 'This' => 'Is', 'A' => 'Hash' }, 'This::Is::A::Dummy::Object' );