Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse,-p yourscript.pl
    
  2. or download this
    my($c);
    ($c = (&func() ? say("$c found!") : say('None!')));