-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Run like this:
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# perl -I ../lib irspy-rewrite-records.pl localhost:8018/IR-Explain---1
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# perl -I ../lib irspy-stats.pl localhost:8018/IR-Explain---1 "net.host=*indexdata*"
-#!/usr/bin/perl -w
+#!/usr/bin/perl
use strict;
use warnings;
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Run the same way as "test-pod.pl". This is supposed to be an
# exactly equivalent program but written using the Net::Z3950::ZOOM
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Run like this:
# YAZ_LOG=pod perl -I ../lib test-pod.pl "bagel.indexdata.com/gils" "bagel.indexdata.com/marc"
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Run like this:
# perl -I ../lib ./test-xml-update.pl bagel.indexdata.dk:210/gils title "Test Database" author "Adam" description "This is a nice database"
-#!/usr/bin/perl -w
+#!/usr/bin/perl
#
# Run the same way as "test-pod.pl". This is supposed to be an
# exactly equivalent program but written using the ZOOM-Perl