Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Dweomer in YAML::Syck and Ruby

by diotalevi (Canon)
on Jan 24, 2009 at 11:15 UTC ( [id://738671]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ---
    bool:
    ...
    int: [ 0b10, 010, 0xf, 19:59 ]
    null: [ ~, null ]
    date: [ 2008-10, 2008-10-02T21:21:42Z-08 ]
    
  2. or download this
    y                                              -> 'y'
    Y                                              -> 'Y'
    ...
    N                                              -> 'N'
    no, No, NO, false, False, FALSE, off, Off, OFF -> false
    19:59 -> 1199
    
  3. or download this
    y                                              -> 'y'
    Y                                              -> 'Y'
    ...
    n                                              -> 'n'
    N                                              -> 'N'
    no, No, NO, false, False, FALSE, off, Off, OFF -> '' / 0
    
  4. or download this
    .inf, +.inf  -> Infinity
    -.inf        -> -Infinity
    .nan         -> NaN
    ~, null      -> nil
    
  5. or download this
    .inf, +.inf  -> 'inf' / inf
    -.inf        -> '-inf' / -inf
    .nan         -> 'nan' / nan
    ~, null      -> undef
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://738671]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-03-19 02:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found