Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    int tst(int len,char str[1024]){
    printf("called c from perl len:'%i'  str:'%s'  \n",len, str);
    ...
    tst(54,"char");
    return 1;
    }
    
  2. or download this
    compiled well, but this 
    use TST;
    TST::test(4444,"ss");
    
    prints called c from perl len:'4444'  str:'(null)'