Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    BETWEEN 2 => 1,3;
    
    #2 BETWEEN (1,3) ;
    
  2. or download this
    Bareword found where operator expected at d:/Users/lanx/tmp/rewrite_bi
    +nary.pl line 20, near "2 BETWEEN"
        (Missing operator before BETWEEN?)
    syntax error at d:/Users/lanx/tmp/rewrite_binary.pl line 20, near "2 B
    +ETWEEN "
    Execution of d:/Users/lanx/tmp/rewrite_binary.pl aborted due to compil
    +ation errors.