Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Gracefully Downgrading Behavior

by gaal (Parson)
on May 10, 2007 at 09:15 UTC ( [id://614580]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use YAML;   # This module is slow!
    
    ...
    use Best qw(YAML::Syck   YAML);
    
    print Dump({ some => 'hash' }); # Dumping provided by Best Possible YA
    +ML module
    
  2. or download this
    use Best qw(OOPishProv AnotherOOPyProv::Serving::As::Fallback);
    
    my $obj = Best->which("OOPishProv")->new;
    

Log In?
Username:
Password:

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

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

    No recent polls found