Help for this page
my $bookIDList = "abc,ghj,zxc,bnm,qwe,rty,iop,sdf,ert"; my $param = { ... sort => "AUTHOR", maxResults => 100 };
my @bookIDList = ( "abc", "ghj", "zxc", "bnm", "qwe", "rty", "iop", "s +df", "ert" ); my $param = { ... sort => "AUTHOR", maxResults => 100 };