Help for this page

Select Code to Download


  1. or download this
    sub post {
        my ($self, $text) = @_;
    ...
            $header,
        );
    }
    
  2. or download this
    my $post = $linkedin->post("Some test text to post");
    print Dumper $post;
    
  3. 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' )
    
  4. or download this
    $VAR1 = bless( {
                     '_msg' => 'Illegal character VCHAR=\'(\'',
    ...
                                            '_uri_canonical' => $VAR1->{'_
    +request'}{'_uri'}
                                          }, 'HTTP::Request' )
                   }, 'HTTP::Response' );