Changeset 29020 for trunk/tools/czarplot.pl
- Timestamp:
- Aug 23, 2010, 2:34:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/czarplot.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czarplot.pl
r28922 r29020 38 38 ); 39 39 40 print "\n"; 40 41 print "\n*******************************************************************************\n"; 42 print "* \n"; 43 my $quit = 0; 44 if (@ARGV) { 45 $quit=1; 46 print "* UNKNKOWN: option @ARGV\n"; 47 } 41 48 if (!$histogram) { 42 49 print "* OPTIONAL: plot histogram -h (default=off)\n";} … … 57 64 if (!$path) { 58 65 print "* OPTIONAL: choose an output location -o <path> (default=none)\n";} 66 print "*\n*******************************************************************************\n"; 59 67 60 print "\n"; 68 if ($quit) { exit; } 61 69 62 70 # default values
Note:
See TracChangeset
for help on using the changeset viewer.
