Help for this page

Select Code to Download


  1. or download this
    Error:  Can't load '/home/dr/Abby/XS/Mytest/blib/arch/auto/Mytest/Myte
    +st.so' for module Mytest: /home/dr/Abby/XS/Mytest/blib/arch/auto/Myte
    +st/Mytest.so: undefined symbol: _ZN7MyClassD1Ev at /usr/lib/perl/5.14
    +/DynaLoader.pm line 184.
    
  2. or download this
    #ifndef MyClass_H
    #define MyClass_H
    ...
    };
    
    #endif
    
  3. or download this
    #include "myclass.h"
    
    ...
            $(LD) $(O_FILES) -o unitTest
    ';
    }
    
  4. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    
    void 
    MyClass::DESTROY()
    
  5. or download this
    use 5.014002;
    use ExtUtils::MakeMaker;
    ...
        cd myclass && $(MAKE) $(PASSTHRU)
    ';
    }
    
  6. or download this
    # Before `make install' is performed this script should be runnable wi
    +th
    # `make test'. After `make install' it should work as `perl Mytest.t'
    ...
    
    # Insert your test code below, the Test::More module is use()ed here s
    +o read
    # its man page ( perldoc Test::More ) for help writing this test scrip
    +t.
    
  7. or download this
    Changes
    Makefile.PL
    ...
    README
    t/Mytest2.t
    lib/Mytest2.pm