Help for this page

Select Code to Download


  1. or download this
    use Sub::Infix;
    BEGIN {
    ...
    if ($value <<between>> [1,10]) {
      ...;
    }