Help for this page

Select Code to Download


  1. or download this
    perl -c -MModule::Inline::C=PACKAGE blib/lib/Foo/Bar.pm # (or similar)
    
  2. or download this
    package Foo::Bar;
    use 5.006;
    ...
    Foo::Bar - Perl extension for blah blah blah
    
    =cut
    
  3. or download this
    package Module::Inline::C;
    use strict;
    ...
        }
    }
    1;