Help for this page

Select Code to Download


  1. or download this
    print "DEBUG: foo is $x\n" if $config->{debug};
    
  2. or download this
    if ($config->{debug}) { print "foo is $x\n"; }
    
  3. or download this
    reticulate_splines() unless llamas_roaming_in_strawberries()