Thread The Perl Jam 2 (24 answers)
Opened by Raubtier at 2015-12-17 14:04

pq
 2015-01-03 22:35
#183376 #183376
User since
2003-08-04
12207 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread The Perl Jam 2