author | Pranshu Sharma <pranshu@bauherren.ovh> |
Wed, 18 Dec 2024 00:44:06 +1000 | |
changeset 10 | a81440e9cf9b |
parent 9 | 58b72fea234c |
child 11 | 7d84cba88fa2 |
--- a/genorg.pl Wed Dec 18 00:35:02 2024 +1000 +++ b/genorg.pl Wed Dec 18 00:44:06 2024 +1000 @@ -306,7 +306,6 @@ # YAY we have to sub navbar and copy whoop whoop open my $file_tc, '<', $f or die "file no open, grrr!"; open my $file_out, '>', $dest; - say $dest; local $/; print $file_out ((<$file_tc>) =~ s/NAV/nav_up("$dest" =~ s%.+?\/%%r,1)/er); map \&close, ($file_tc, $file_out);