Na wenn schon Perl dann richtig:
use HTTPsRequest;
HTTPsRequest->common(
host => 'example.com',
method => 'PUT',
uri => '/ws.html?file=mesg.txt;size=1024',
content => file_get_content('mesg.txt')
);
MFG
Na wenn schon Perl dann richtig:
use HTTPsRequest;
HTTPsRequest->common(
host => 'example.com',
method => 'PUT',
uri => '/ws.html?file=mesg.txt;size=1024',
content => file_get_content('mesg.txt')
);
MFG