Help for this page

Select Code to Download


  1. or download this
    $username = undef ;
    
    if (not defined $username || $username eq "") { print "Yep!\n" }
    if (not defined $username or $username eq "") { print "Yup!\n" }