Help for this page

Select Code to Download


  1. or download this
    if ( defined($foo) and $foo eq '?' ) { 
        print "\$foo OK!\n"; 
    }
    
  2. or download this
    print "\$foo OK!\n" 
       if $foo and $foo eq '?';