Thread Schreibweise use (12 answers)
Opened by bianca at 2014-09-08 11:09

bianca
 2014-09-08 19:47
#177164 #177164
User since
2009-09-13
6978 Artikel
BenutzerIn

user image
Bei allen drei Schreibweisen wirft CPAN:WWW::Mechanize Error POSTing ......, wenn man
Code (perl): (dl )
1
2
3
4
5
6
7
8
$response = $formular_seite->post(
        $base_url.'/'.$form_destination,
        Content_Type    => 'form-data',
        Content                 => [
                foo     => 'xyz',
                bar     => '123',
        ],
);
versucht.
10 print "Hallo"
20 goto 10

View full thread Schreibweise use