Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Deciphering the output from Data::Dumper

by DigitalKitty (Parson)
on Dec 14, 2007 at 23:13 UTC ( [id://657139]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Lateur Bart 97
    Pierce Jerrad 96
    Unknown planetscape 101
    Miller Katie 86
    
  2. or download this
    use warnings;
    use strict;
    ...
    }
    
    print Dumper(\%hash);
    
  3. or download this
    print %{ $hash{$lname}{$fname}{$score} }\n";
    
  4. or download this
    C:\Perl\bin>perl test16.pl test.txt
    Global symbol "$lname" requires explicit package name at test16.pl lin
    +e 12.
    Global symbol "$fname" requires explicit package name at test16.pl lin
    +e 12.
    Global symbol "$score" requires explicit package name at test16.pl lin
    +e 12.
    Execution of test16.pl aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-24 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found