diff --git a/wordle-life.cgi b/wordle-life.cgi index 28e5517..7c9a26f 100755 --- a/wordle-life.cgi +++ b/wordle-life.cgi @@ -1,10 +1,10 @@ -#!/usr/pkg/bin/perl +#!/usr/bin/perl #Above is the particular location for system binaries in SDF's metaarray, not the usual spot use strict; use warnings; use utf8; #add my user perl library path, this is particular to each person's setup -use lib qw( /usr/pkg/lib/perl5/5.24.0 /meta/p/peteyboy/perl5/lib/perl5 ); +use lib qw( /usr/lib/x86_64-linux-gnu/perl/5.36.0 /meta/p/peteyboy/perl5/lib/perl5 ); #make request for all of the following use CGI::Tiny; use Mojo::Template; @@ -229,6 +229,8 @@ __DATA__ +

<-site Home +

Wordle->Life