Thread The Perl Jam 2
(24 answers)
Opened by Raubtier at 2015-12-17 14:04
ARGV ist Teil der CGI-Spezifikation.
http://server.example/blubb.cgi?foo+boo --> @ARGV = qw/ foo boo / egal, ob bei GET oder POST. nennt sich 'isindex' query. http://www.gnu.org/software/cgicc/doc/cgi_overview... Last edited: 2015-01-03 22:36:35 +0100 (CET) Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |