Help for this page

Select Code to Download


  1. or download this
    my $version;
    BEGIN { $version = shift || whatever(); }
    use if 1 == $version, 'interface1';
    use if 2 == $version, 'interface2';