aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-045/e-choroba/blog.txt1
-rwxr-xr-xchallenge-045/e-choroba/perl/ch-2a.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/challenge-045/e-choroba/blog.txt b/challenge-045/e-choroba/blog.txt
new file mode 100644
index 0000000000..42c7eaae3f
--- /dev/null
+++ b/challenge-045/e-choroba/blog.txt
@@ -0,0 +1 @@
+http://blogs.perl.org/users/e_choroba/2020/01/perl-weekly-challenge-045-square-secret-code-source-dumper.html
diff --git a/challenge-045/e-choroba/perl/ch-2a.pl b/challenge-045/e-choroba/perl/ch-2a.pl
index a98ab5bf84..93f8ad483c 100755
--- a/challenge-045/e-choroba/perl/ch-2a.pl
+++ b/challenge-045/e-choroba/perl/ch-2a.pl
@@ -3,6 +3,6 @@ use warnings;
use strict;
seek *DATA, 0 , 0;
-print while <DATA>;
+print <DATA>;
__DATA__