Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: YAML module issue

by blazar (Canon)
on May 12, 2006 at 11:52 UTC ( [id://548956]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MYAML::Syck -le 'print Dump { zip => "07102" }'
    ---
    zip: 07102
    
  2. or download this
    $ perl -MData::Dumper -MYAML::Syck -le 'print Dumper Load Dump { zip =
    +> "07102" }'
    $VAR1 = {
              'zip' => '07102'
            };
    
  3. or download this
    $ perl -MData::Dumper -MYAML::Syck -le '$YAML::Syck::ImplicitTyping=1;
    print Dumper Load Dump { zip => "07102" }'
    $VAR1 = {
              'zip' => 3650
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 21:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found