- Timestamp:
- 11/03/08 23:19:03 (2 months ago)
- Files:
-
- 1 modified
-
src/perl6/STD_syntax_highlight (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD_syntax_highlight
r22863 r22864 121 121 say $output; 122 122 } else { 123 use open OUT => ':utf8'; 123 124 open FILE, ">$file" or 124 125 die "Cannot open $file for writing: $OS_ERROR\n";
