Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: $mech help

by Corion (Patriarch)
on Sep 24, 2015 at 10:23 UTC ( [id://1142890]=note: print w/replies, xml ) Need Help??


in reply to Re^2: $mech help
in thread $mech help

Then your first step should be to identify the "one print" and split it up into two separate print statements. For example,

print %s

could be changed into a loop over the hash keys:

for my $key (keys %s) { print "Key: %key, Value: $s{ $key }\n"; };

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-24 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found