source:
trunk/essentials/dev-lang/python/Doc/perl/isilo.perl@
3226
| Last change on this file since 3226 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 162 bytes | |
| Line | |
|---|---|
| 1 | package main; |
| 2 | |
| 3 | $USING_STYLES = 0; |
| 4 | $NO_NAVIGATION = 1; |
| 5 | $INDEX_COLUMNS = 1; |
| 6 | $MODULE_INDEX_COLUMNS = 1; |
| 7 | |
| 8 | sub child_line { |
| 9 | return ''; |
| 10 | } |
| 11 | |
| 12 | 1; # stupid perl... |
Note:
See TracBrowser
for help on using the repository browser.
