Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Printing a hash of arrays of arrays in one statement?

by arturo (Vicar)
on Oct 09, 2001 at 19:21 UTC ( [id://117762]=note: print w/replies, xml ) Need Help??


in reply to Printing a hash of arrays of arrays in one statement?

It may save you frustration to use Data::Dumper; in particular you might want to look at RE: Data::Dumper (Adam: Sample Usage).

perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-20 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found