Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: how do i parse a yaml set with perl ( can't )

by SuicideJunkie (Vicar)
on Feb 06, 2014 at 15:01 UTC ( [id://1073714]=note: print w/replies, xml ) Need Help??


in reply to Re^2: how do i parse a yaml set with perl ( can't )
in thread how do i parse a yaml set with perl

The order doesn't matter, but the elements are also simple values... why not make it an array?

If you're making it a hash, then your values are used as the keys of the hash and you have to make up and store dummy values to complete the hash structure. That's confusing and inefficient.

  • Comment on Re^3: how do i parse a yaml set with perl ( can't )

Replies are listed 'Best First'.
Re^4: how do i parse a yaml set with perl ( can't )
by david2008 (Scribe) on Feb 09, 2014 at 13:08 UTC
    I use it internally as a set. It is true that i can just represent it as an array and internally convert it to a hash. This is a good point

Log In?
Username:
Password:

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

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

    No recent polls found