Perl
Perl
Example: Rest.AddHeader method
Demonstrates theAddHeader method.
Chilkat Perl Downloads
use chilkat();
$rest = chilkat::CkRest->new();
$rest->AddHeader("User-Agent","MyApplication/1.0");
# ...
# ...
# ...