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

Re: return Both ARRAY and SCALAR

by Mutant (Priest)
on May 01, 2009 at 13:34 UTC ( [id://761291]=note: print w/replies, xml ) Need Help??


in reply to return Both ARRAY and SCALAR

Instead of doing what you're doing, you could just store everything in an array. Then for fields you know have only one value, just do:
my ($field) = $parser->get_values();
Not perfect, but probably cleaner than the approach you're trying to take. (Whether it's useful or not will depend on exactly how you're using this data, which you haven't explained).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-19 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found