Help for this page

Select Code to Download


  1. or download this
        if($_[0] >= 3.05){
            eval "sub USE_NEWAPI () { 1 }";
    ...
        else{
            eval "sub USE_NEWAPI () { 0 }";
        }
    
  2. or download this
    use Local::Foo::Parser;
    use Local::Foo 3.08;
    
  3. or download this
    use Local::Foo;