Sample code for 30+ languages & platforms
Perl

Example: Rest.AddHeader method

Demonstrates the AddHeader method.

Chilkat Perl Downloads

Perl
use chilkat();

$rest = chilkat::CkRest->new();

$rest->AddHeader("User-Agent","MyApplication/1.0");

# ...
# ...
# ...