Thread $* deprecated ?: perl gb probleme (4 answers)
Opened by Gast at 2006-01-18 16:32

jan
 2006-01-18 18:25
#6721 #6721
User since
2003-08-04
2536 Artikel
ModeratorIn
[Homepage] [default_avatar]
das sollte passieren, wenn du das script offline startest, zB in der commandline. starte es als cgi via httpserver und es geht. alternativ:
Quote
-no_debug

This turns off the command-line processing features. If you want to run a CGI.pm script from the command line to produce HTML, and you don't want it to read CGI parameters from the command line or STDIN, then use this pragma:
use CGI qw(-no_debug :standard);


dann läuft es auch auf der commandline ohne diese eingabeaufforderung.

View full thread $* deprecated ?: perl gb probleme