Help for this page

Select Code to Download


  1. or download this
        use MyCode::ProcessC( "DataType::Class" );
  2. or download this
    package MyCode::ProcessC;
    use strict;
    sub import {
    ...
            *{$class."::".$meth}= \&$meth;
        }
    }