Help for this page

Select Code to Download


  1. or download this
    
    
    ...
        call_it();
        ......
    }
    
  2. or download this
    $ gcc -g -o test -I /usr/lib64/perl5/CORE -L /usr/lib64/perl5/CORE -lp
    +erl mini.c
    $ ./test
    ...
      CUR = 3
      LEN = 8
    
  3. or download this
    void call_it() {
        ......
    ...
        Perl_sv_dump(my_perl,re);
        ......
    }
    
  4. or download this
    $ gcc -g -o test -I /usr/lib64/perl5/CORE -L /usr/lib64/perl5/CORE -lp
    +erl mini.c
    $ ./test 
    ...
      CUR = 3
      LEN = 8