Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

ftumsh's scratchpad

by ftumsh (Scribe)
on Jul 06, 2006 at 15:46 UTC ( [id://559606]=scratchpad: print w/replies, xml ) Need Help??

#! /usr/bin/perl -w use strict; use diagnostics; use XML::LibXML; use Storable qw( freeze thaw ); use Data::Dumper; use Devel::Peek; my $node = XML::LibXML::Element->new('foobar'); my $serial = freeze \$node; my $a = thaw($serial); print Dump($a);
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-26 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found