summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/commands.pm7
-rw-r--r--perl-install/my_gtk.pm3
2 files changed, 10 insertions, 0 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm
index fc4653b64..3284354a6 100644
--- a/perl-install/commands.pm
+++ b/perl-install/commands.pm
@@ -1,3 +1,10 @@
+#-########################################################################
+#- This file implement many common shell commands:
+#- true, false, cat, which, dirname, basename, rmdir, lsmod, grep, tr,
+#- mount, umount, mkdir, mknod, ln, rm, chmod, chown, mkswap, swapon,
+#- swapoff, ls, cp, ps, dd, head, tail, strings, hexdump, more, insmod,
+#- modprobe, route, df, kill, lspci, dmesg, sort, du,
+#-########################################################################
package commands;
use diagnostics;
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index 290abbe47..4ad473202 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -1,3 +1,6 @@
+#-########################################################################
+#- Pixel's implementation of Perl-GTK :-) [DDX]
+#-########################################################################
package my_gtk;
use diagnostics;