From: Emil Williams Date: Tue, 6 May 2025 18:56:13 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=8e080c5e6dad78e8ae0af60b3c9fa5bcdaff2f8f;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index b680b9d..ccc7895 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -45,7 +45,7 @@ sub preinit { sub sitename { use Cwd; $_ = getcwd(); - $_ = s/.*\///; + $_ =~ s/.*\///; } sub debug {