Help for this page

Select Code to Download


  1. or download this
    MyPackage
       use YourPackage version 1.0.3;
    ...
    
    YourPackage
       use OtherPackage version 3.2.1
    
  2. or download this
    if(some_version){
       do this;
    ...
    elsif(some other version)  {
       do this other thing;
    }