Parent Directory
|
Revision Log
|
Patch
| revision 1280 by joeyh, Mon Jun 27 20:20:46 2005 UTC | revision 1281 by joeyh, Mon Jun 27 20:22:06 2005 UTC | |
|---|---|---|
| # | Line 9 use Getopt::Long; | Line 9 use Getopt::Long; |
| 9 | ||
| 10 | my $html=0; | my $html=0; |
| 11 | my $debug=0; | my $debug=0; |
| 12 | y $suite="testing"; | my $suite="testing"; |
| 13 | my $output; | my $output; |
| 14 | if (! GetOptions( | if (! GetOptions( |
| 15 | "html" => \$html, | "html" => \$html, |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |