diff --git a/www-swagg.pl b/www-swagg.pl index 8c13818..ed701f3 100755 --- a/www-swagg.pl +++ b/www-swagg.pl @@ -17,8 +17,8 @@ plugin CGI => ['/cgi-bin/whoami' => './cgi-bin/whoami.cgi']; # The main landing page; pass in the output of the fortune command get '/' => sub { my ($c) = @_; + my $count = format_number time; # Grab epoch and add commas my $fortune = `/usr/games/fortune` || `fortune` || "huh??\n"; - my $count = format_number time; # Grab epoch and add commas # Gather all our server-side stuff my %serverSide = (