Help for this page

Select Code to Download


  1. or download this
    use LayerB2;
    use LayerB;
    
  2. or download this
    BEGIN {
        if ($version == 2) {
            eval "use LayerB2";
    ...
        }
        die $@   if  $@;
    }
    
  3. or download this
    use LayerB ( Version=>$version );
  4. or download this
    use LayerB ( Production => 2!=$version );