clintonm9 has asked for the wisdom of the Perl Monks concerning the following question:
if i just print this i get the followingprint Dumper $returnHash->{'Status'}; $VAR1 = bless( do{\(my $o = 62)}, 'FedexRateServiceTypes::Notification +SeverityType' );
Is there anyway to copy just the string text to a new scalar and not the bless?print $returnHash->{'Status'}; Hello World
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl blessed object to scalar
by ikegami (Patriarch) on Mar 28, 2011 at 04:05 UTC | |
by clintonm9 (Sexton) on Mar 28, 2011 at 04:43 UTC |