Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: BackupPC or Data::Dumper playing foul...?

by hv (Prior)
on Apr 08, 2022 at 17:47 UTC ( [id://11142849]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % perl -MData::Dumper -e '
      my %h = (one => 1);
      $h{refone} = \$h{one};
    ...
      'one' => 1,
      'refone' => \$main::value{'one'}
    )
    
  2. or download this
    {
      'one' => 1,
      'refone' => \$VAR1->{'one'}
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11142849]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 15:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found