Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: LWP::UserAgent interaction w/ Archive::Zip

by SparkeyG (Curate)
on Jul 10, 2001 at 22:43 UTC ( [id://95414]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $SH       = IO::Scalar->new();
        $SH->open (\$res->content());
    ...
         my $zip  = Archive::Zip->new();
         die ("Error reading Zip File : $!\n") if $zip->read ( \$SH ) != A
    +Z_OK;
    #     die ("Error reading Zip File : $!\n") if $zip->read ( \*ZIP ) !=
    + AZ_OK;
    
  2. or download this
    Can't call method "isa" on unblessed reference at
            /opt/perl/lib/site_perl/5.6.1/Archive/Zip.pm line 624 (#1)
    
  3. or download this
    
    if ( ref( $fd ) )
    ...
                            $handle = $fd;
                    }
            }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-16 21:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found