Thread perl aufruf in php: $POST Variablen fehlen: perl aufruf in php: $POST Variablen fehl (4 answers)
Opened by manuphp at 2006-01-15 19:17

renee
 2006-01-16 09:16
#6641 #6641
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Du koenntest es so machen:
Code: (dl )
1
2
3
4
5
6
my $string = "";
foreach ($HTTP_POST_VARS as $key=>$val){
$string .= " $key=$val";
}

system("perl test.cgi $string");
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread perl aufruf in php: $POST Variablen fehlen: perl aufruf in php: $POST Variablen fehl