From: Emil Williams Date: Tue, 6 May 2025 18:59:07 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=28aef13831cc6296f3305155d159d5cd42567a9f;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index b3c7577..8bbdba9 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -44,9 +44,8 @@ sub preinit { sub sitename { use Cwd; - my $sitename = getcwd(); - $sitename =~ s/.*\///; - return $sitename; + $_ = getcwd(); + s/.*\///; } sub debug {