Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $token_type = $jsonResponse->stringOf("token_type");
    $account_id = $jsonResponse->IntOf("account_id");
    
  2. or download this
    [myname@localhost scripts]$ ./test.pl
    Can't load '/usr/local/share/perl5/libchilkat.so' for module chilkat: 
    +/usr/local/share/perl5/libchilkat.so: undefined symbol: PL_stack_base
    + at /usr/lib64/perl5/DynaLoader.pm line 193.
    ...
    Compilation failed in require at ./test.pl line 4.
    BEGIN failed--compilation aborted at ./test.pl line 4.