Help for this page

Select Code to Download


  1. or download this
    use File::Basename;
    $infile_name = shift(@ARGV);
    ...
    print STDERR "1.Cannot read $infile_name\n";
    exit 99;
    }
    
  2. or download this
    
    my $ver_name = shift @ARGV;
    ...
    print STDERR "2. Cannot read graph=$graph\n"
    exit 99;
    }