Help for this page

Select Code to Download


  1. or download this
    if ($something) 
    {
      use Some::Module;
    }
    
  2. or download this
    print defined $realhome ? "realhome:  $realhome\n" : "\$realhome not d
    +efined\n";