Changes between Initial Version and Version 1 of Ticket #766
- Timestamp:
- 12/01/10 10:24:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #766 – Description
initial v1 3 3 @files = `ls *.xml`; 4 4 }}} 5 can be replaced b u5 can be replaced by 6 6 {{{ 7 7 @files = glob "*.xml";
