aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-133/abigail/perl/ch-2.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge-133/abigail/perl/ch-2.pl b/challenge-133/abigail/perl/ch-2.pl
index 506e4ca1e6..28e85343f5 100644
--- a/challenge-133/abigail/perl/ch-2.pl
+++ b/challenge-133/abigail/perl/ch-2.pl
@@ -10,6 +10,10 @@ use experimental 'signatures';
use experimental 'lexical_subs';
#
+# Run as: perl ch-2.pl < input-file
+#
+
+#
# We've done factorization in previous challenges, so now I'll just
# use a module to give me the prime factors of a number.
#