Help for this page

Select Code to Download


  1. or download this
    (my($yes2)=defined $bad) and -f $bad;
    
  2. or download this
    [~]$ perl -MO=Deparse -e 'my($yes2) = defined $bad and -f $bad;'
    -f $bad if my($yes2) = defined $bad;
    -e syntax OK