Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84362bc commit cc2e306Copy full SHA for cc2e306
1 file changed
Doc/perl/isilo.perl
@@ -0,0 +1,12 @@
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...
0 commit comments