Changes

Jump to: navigation, search

Getting Started with Zebra

8 bytes removed, 00:54, 12 February 2010
m
no edit summary
Next, you need to implement the client/server end of things:
5. Start your server. This will be a [[Z39.50 ]] server -- a "kewl" library-centric protocol that existed before the Internet got hot:
zebrasrv localhost:9999 &
# loop through the first 50 hits results
my $index = 0;
for ( my $i = ( 0; $i <= .. 49; $i++ ) {
# get the record
2
edits

Navigation menu