Help for this page

Select Code to Download


  1. or download this
    MainProg.pl
    LayerA.pm
    LayerB.pm
    ...
    LayerA2.pm
    LayerB2.pm
    LayerC2.pm
    
  2. or download this
    if ($version == 2) {
       use LayerB2;
    }
    else {
       use LayerB;
    }