Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

IO::Zlib with XML::Twig/XML::Parser::Expat

by athomason (Curate)
on Aug 22, 2002 at 20:19 UTC ( [id://192164]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package IO::Handle::Zlib;
    
    use vars qw/ @ISA /;
    @ISA = qw/ IO::Zlib IO::Handle /;
    
  2. or download this
    not well-formed (invalid token) at line 7213, column 3, byte 780490 at
    + 
      /path/to/perl/lib/5.6.1/IP27-irix/XML/Parser.pm line 185
    
  3. or download this
        my $reader = new IO::Handle::Zlib;
        $reader->open( $compressed_filename, "rb" )
            or croak "could not open $compressed_filename: $!";
    
  4. or download this
        my $reader = new IO::File;
        $reader->open( $uncompressed_filename, "r" );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 14:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found