Help for this page

Select Code to Download


  1. or download this
    c:> perl -le "print defined($x)//'<undef>'; print defined($x)||'untrue
    +'"
    
    untrue
    
    c:>