Help for this page

Select Code to Download


  1. or download this
    if (defined $opt_targ){ $targ = $opt_targ }
      else {$targ='localhost';}
    
  2. or download this
    $targ = $opt_arg;
    $targ ||= 'localhost';