- or download this
sub post {
my ($self, $text) = @_;
...
$header,
);
}
- or download this
my $post = $linkedin->post("Some test text to post");
print Dumper $post;
- or download this
'_request' => bless( {
'_content' => '{"owner":"urn:l
+i:person:GKiAGefMOA","text":{"text":"Some test text to post"}}',
...
'_method' => 'POST',
'_uri_canonical' => $VAR1->{'_
+request'}{'_uri'}
}, 'HTTP::Request' )
- or download this
$VAR1 = bless( {
'_msg' => 'Illegal character VCHAR=\'(\'',
...
'_uri_canonical' => $VAR1->{'_
+request'}{'_uri'}
}, 'HTTP::Request' )
}, 'HTTP::Response' );