X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FWeb%2FSimple.pm;h=24358f3cbeb6a5afaf3bebd6b0142601ece93cf6;hb=05ad188d7f94a7d41c5b4e325ee2637efeb3e67d;hp=07401386c17c370a13f00c01117a7721cf181e6c;hpb=fb771406dbbd891bcaa0de991e16b0c90c559e90;p=catagits%2FWeb-Simple.git diff --git a/lib/Web/Simple.pm b/lib/Web/Simple.pm index 0740138..24358f3 100644 --- a/lib/Web/Simple.pm +++ b/lib/Web/Simple.pm @@ -50,7 +50,7 @@ change things at all. Not yet. Sorry. =head1 SYNOPSIS - #!/usr/bin/perl + #!/usr/bin/env perl use Web::Simple 'HelloWorld'; @@ -69,7 +69,7 @@ change things at all. Not yet. Sorry. HelloWorld->run_if_script; -If you save this file into your cgi-bin as hello-world.cgi and then visit +If you save this file into your cgi-bin as C and then visit: http://my.server.name/cgi-bin/hello-world.cgi/