Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    binmode STDOUT;
    print freeze XMLin( $ARGV[ 0 ] );
    
  2. or download this
    for( 1 .. 1000 ) {
        my $xml = thaw `xmlSto.pl junk.xml`;
        print mem $_; <STDIN>;
    }