Help for this page
use strict; use Data::Dumper; use Scalar::Util; 1;
print Scalar::Util::reftype("foo"); print Dumper("this is some raw text");
~/src/perl$ perl -Mmystuff test.pl $VAR1 = 'this is some raw text';