- Timestamp:
- 10/31/08 10:11:07 (2 months ago)
- Files:
-
- 1 modified
-
src/perl6/STD_syntax_highlight (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD_syntax_highlight
r22838 r22839 32 32 # write redspans output to foo.redspans.html 33 33 STD_syntax_highlight --redspans-html=foo.redspans.html foo.pl 34 34 35 =head1 SUBROUTINES 35 36 … … 51 52 =cut 52 53 sub main { 53 54 54 #process the command line 55 55 GetOptions( … … 72 72 --full-html=filename 73 73 write full-mode html to filename (disabled by default, - for STDOUT) 74 74 75 75 --redspans-html=filename 76 76 write redspans-mode html to filename (enabled by default, - for STDOUT) 77 77 78 78 HELP 79 79 } … … 234 234 $last_tree = $tree; 235 235 } 236 237 236 $str .= <<"HTML"; 238 237 </pre> … … 328 327 $last_tree = $tree; 329 328 } 330 331 329 $str .= <<"HTML"; 332 330 </pre>
