Help for this page

Select Code to Download


  1. or download this
    SOAP/Deserializer.pm did not return a true value at (eval 93) line 3.
            ...propagated at /usr/lib/perl5/5.8.8/base.pm line 85.
    BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/
    Google/AdWords/Deserializer.pm line 24.
    
  2. or download this
    use SOAP::Lite;
    use base qw(SOAP::Deserializer);
    
  3. or download this
    $ perl -MSOAP::Lite -e'use base qw(SOAP::Deserializer);'
    SOAP/Deserializer.pm did not return a true value at (eval 80) line 3.
            ...propagated at /usr/lib/perl5/5.10.1/base.pm line 93.
    BEGIN failed--compilation aborted at -e line 1.
    
  4. or download this
    use base qw(SOAP::Deserializer);
    
  5. or download this
    BEGIN { our @ISA = "SOAP::Deserializer"; }