http://qs321.pair.com?node_id=11117509


in reply to Re^3: Collapsing smaller scripts into a larger one, request for comment
in thread Collapsing smaller scripts into a larger one, request for comment

I should have had that in already! Thank you for the reminder. I did it just a tad differently, but the same result.

my $heading = q(Lady Aleena's collections); my $collection_file = "$collections_dir/index.txt"; if ( $collection && grep { $collection eq $_ } @collections ) { # I don't like the next line. $heading = q(Lady Aleena's ).lc "$collection collection"; $collection_file = "$collections_dir/$collection.txt"; } $collection_file =~ s/ /_/g; open(my $collection_fh, '<', $collection_file) || die $!;

My OS is Debian 10 (Buster); my perl versions are 5.28.1 local and 5.8.8 on web host.

Version control is a non-issue, I do not use it.

No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
Lady Aleena