Help for this page

Select Code to Download


  1. or download this
    tif(xxx) {
      some;
      perl;
      code;
    }
    
  2. or download this
    if(xxx) {
      some;
    ...
      print perl;
      print code;
    }