Help for this page

Select Code to Download


  1. or download this
    ID1 > 66
    ID2 < 7
    ID3 between 6 10
    
  2. or download this
    while ($line=<TEXTFILE>){
        @params = split(/\s/,$line);
    ...
        }
        
    }
    
  3. or download this
    $parameters = ID1|ID2|ID3
    $operators = >|<|between
    $values1 = 66|7|10
    $values2 = 10|