Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    my $info = XMLin $xml;
    
    pp $info;
    
  2. or download this
    C:\test>isbndb 0131101633
    {
    ...
      },
      server_time => "2008-04-22T03:13:35Z",
    }
    
  3. or download this
    use ISBNDB::Simple ACCESSID => 'XXXXXXXX';
    
    my $isbn = ...;
    
    my $href = Book( $isbn );