Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: searching nested structures

by pg (Canon)
on Jan 05, 2004 at 05:05 UTC ( [id://318780]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use strict;
    ...
    my $data = {"a" => 1};
    $data->{"b"}->{"b"}->{"b"}->{"b"};#useless use of hash element in void
    + context? interesting error message. The useless use is actually not 
    +that useless.
    print Dumper($data);
    
  2. or download this
    $VAR1 = {
              'a' => 1,
    ...
                              }
                     }
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 05:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found