Help for this page

Select Code to Download


  1. or download this
    #!~/perl5/perlbrew/perls/perl-5.28.1/bin/perl
    use Modern::Perl;
    use WWW::Scraper::ISBN;
    ...
        print $record->error;
    }
    
  2. or download this
    Cannot start LOC query session.
    isbn.nu website appears to be unavailable.
    
  3. or download this
    sub search {
        my ($self,$isbn) = @_;
        my %data;
    ...
        eval { $mech->get( $post_url ) };
        return $self->handler("isbn.nu website appears to be unavailable."
    +)
            if($@ || !$mech->success() || !$mech->content());