WWWBrowser-2.23/ 40751 1750 1750 0 7652310513 12452 5 ustar eserte eserte WWWBrowser-2.23/MANIFEST 100444 1750 1750 117 7440765602 13671 0 ustar eserte eserte Changes MANIFEST Makefile.PL WWWBrowser.pm test.pl test.html anybrowser README WWWBrowser-2.23/anybrowser 100555 1750 1750 1362 7620237246 14702 0 ustar eserte eserte #!/usr/bin/env perl # -*- perl -*- # # $Id: anybrowser,v 1.2 2003/02/05 16:41:10 eserte Exp $ # Author: Slaven Rezic # # Copyright (C) 2002 Slaven Rezic. All rights reserved. # This package is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Mail: slaven@rezic.de # WWW: http://www.rezic.de/eserte/ # use WWWBrowser; require Getopt::Long; my @extra_args; if (!Getopt::Long::GetOptions ("-browser=s" => sub { push @extra_args, -browser => $_[1] }, "-fork!" => \$WWWBrowser::fork, "-oldwindow!" => sub { push @extra_args, -oldwindow => 1 }, )) { die "usage: $^X $0 [-browser browser] [-[no]fork] [-oldwindow]\n" } WWWBrowser::start_browser($ARGV[0], @extra_args); __END__ WWWBrowser-2.23/test.html 100444 1750 1750 350 7617323427 14405 0 ustar eserte eserte