Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        else { print "no\n";}
        }
    }
    
  2. or download this
    #regex way
    if ($op=~m/^(==|eq|<|>)$/) { 
    ...
    if ($allowedops{$op}) {
    ...