Thread Parameterübergabe in Perl / CGI verwirft #
(11 answers)
Opened by amun-ra198 at 2007-10-11 16:22
es ist ganz einfach:
Code (perl): (dl
)
1 2 3 use CGI; my $cgi = CGI->new({ foo=> '23 & 42', bar => 42}); my $url = $cgi->query_string; 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 |