Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       if( $] < 5.012 ){
    ...
          feature->import(":5.12");
       }
    }