Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: RFC: Perl<->JSON<->YAML<->Dumper : roundtripping and possibly with unicode

by kcott (Archbishop)
on Apr 09, 2020 at 18:00 UTC ( [id://11115288]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Exporter 'import';
    our (@EXPORT_OK, %EXPORT_TAGS);
    ...
            all  => [@all],
        );
    }
    
  2. or download this
    if( ! _write_to_filehandle($FH, $contents) ){ warn "error, call to ".'
    +_write_to_filehandle()'." has failed"; close $FH; return undef }
    
  3. or download this
    if( ! _write_to_filehandle($FH, $contents) ) { 
        warn "error, call to ".'_write_to_filehandle()'." has failed"; 
        close $FH; 
        return undef;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 21:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found