Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: What would be the easier way

by CountZero (Bishop)
on Mar 04, 2013 at 02:17 UTC ( [id://1021564]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use Data::Dump qw/dump/;
    
    ...
    set height "house" "10 yards"
    set height "table" "80 cm"
    set height "table" "30 inch"
    
  2. or download this
    (
      "house",
          [undef, "5 meter", "10 yards"],
      "table",
          ["80 cm", "30 inch"],
    )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-18 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found