Help for this page

Select Code to Download


  1. or download this
    $ /usr/bin/perl -MO=Deparse -e 'print "true" if 0'
    '???';
    
  2. or download this
    $ /usr/bin/perl -w -e 'print "true" if 0'
    $ /usr/bin/perl -w -e '"???"'
    Useless use of a constant in void context at -e line 1.