well, it says missing data text1. thats the problem it cant get text1 data
my $ua = HTTP::Tiny->new; my $url = "link"; my $param = { text1 => 'text0', text2 => 'text01', text3 => 'text02', }; my $params = $ua->www_form_urlencode( $param ); my $response = $ua->post( $url . '/?' . $params );
In reply to Re^2: php arrays to perl
by bigup401
in thread php arrays to perl
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |