Help for this page

Select Code to Download


  1. or download this
    my $file      = "@_" || die(sub_usage($funcName));
    
  2. or download this
    die("\n\tThis function requires that you call ".
    
  3. or download this
    use Carp;
    ($f, $e) = &sex_ext ($ARGV[0]);
    ...
        return ($fname, $ext);    
    }