diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 06:55:21 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 06:55:21 +0100 |
commit | 5d18cea379f962f5d2fad7a0b3183d531b7d295f (patch) | |
tree | 4bc96323128ffdc367788f5a1bead19c52822c4c /writing_tools/create_md_links_from_journal_urls.pl | |
parent | 2e18bc6a11af1865192c1c4651928ed461c33437 (diff) |
update
Diffstat (limited to 'writing_tools/create_md_links_from_journal_urls.pl')
-rw-r--r-- | writing_tools/create_md_links_from_journal_urls.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writing_tools/create_md_links_from_journal_urls.pl b/writing_tools/create_md_links_from_journal_urls.pl index a03aa23..82f5830 100644 --- a/writing_tools/create_md_links_from_journal_urls.pl +++ b/writing_tools/create_md_links_from_journal_urls.pl @@ -7,7 +7,7 @@ use HTML::TreeBuilder 5 -weak; use HTML::HeadParser; use feature qw(say); -$| = 1; # turn on autoflush for stdout (https://stackoverflow.com/questions/40608986/print-doesnt-work-while-iterations-are-going-inside-foreach-loop) +# $| = 1; # turn on autoflush for stdout (https://stackoverflow.com/questions/40608986/print-doesnt-work-while-iterations-are-going-inside-foreach-loop) # How to read each file in a directory $dir |