Help for this page

Select Code to Download


  1. or download this
    switch($argon) {
    my $case = 0; {$IMPUTEinfile="$ARGV[$i]";}
    ...
        help();
    }
    }
    
  2. or download this
    if    ($argon == 0) { $IMPUTEinfile = "$ARGV[$i]"; }
    elsif ($argon == 1) { $outfilePRE   = "$ARGV[$i]"; }
    else  { help(); }