Help for this page

Select Code to Download


  1. or download this
    my_perl = perl_alloc();
    
  2. or download this
    perl_construct(my_perl);
    
  3. or download this
    perl_parse(my_perl, xs_init, 2, my_argv, (char **)NULL);
    
  4. or download this
    perl_run(my_perl);
    
    Perldatabase(pseudo, queue);
    
  5. or download this
    perl_destruct (my_perl);
    perl_free(my_perl);
    
    return (queue);