Help for this page

Select Code to Download


  1. or download this
    #test.pl
    use warnings;
    ...
    isa_ok($user_agent2, 'LWP::UserAgent');#fails
    
    print Dumper($user_agent2);
    
  2. or download this
    Failed test (read.pl at line 15)
         The object isn't a 'LWP::UserAgent' it's a 'DBM::Deep'
    ...
                     'max_size' => undef
                   }, 'DBM::Deep' );
    1..2