Help for this page

Select Code to Download


  1. or download this
    if ( defined $operator and $operator =~ /\S/ ) {
      #print operator here
    ...
      #not defined or it does not contain a
      #non whitespace character
    }