Help for this page

Select Code to Download


  1. or download this
    if ((my_perl = perl_alloc()) == NULL)
    {
    ...
        perror ("Failed to run interpreter");
        return 3;
    }
    
  2. or download this
    static void xs_init(pTHX)
    {
    ...
        /* Bring in the dynamic loader */
        newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);
    }
    
  3. or download this
    use    Enmac::Transaction;
    
    1;
    
  4. or download this
    Can't load '/users/lib/modules/lib/perl5/site_perl/5.8.5/aix-64all/aut
    +o/Enmac/Transaction/Transaction.so' for module Enmac::Transaction: A 
    +file or directory in the path name does not exist. at /usr/local/lib/
    +perl5/5.8.5/aix-64all/DynaLoader.pm line 230.