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

Re: Re: Merging Arrays into a Hash with Substitutions

by Roy Johnson (Monsignor)
on Apr 07, 2004 at 16:36 UTC ( [id://343330]=note: print w/replies, xml ) Need Help??


in reply to Re: Merging Arrays into a Hash with Substitutions
in thread Merging Arrays into a Hash with Substitutions

Why have a grep and a for loop, though?
# Grep in a void context! grep { defined or $_ = '' } @row; # or defined or $_ = '' for @row;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-19 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found