Fixed mav perl path for app AND for libraries (no longer using /pkg/)

This commit is contained in:
peteyboy 2024-03-19 20:57:39 +00:00
parent 9aca50dbce
commit 28e3cdeb15
1 changed files with 4 additions and 2 deletions

View File

@ -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__
<meta name="LifeViewer" content="viewer textarea"> <!--required tag-->
<script src="lv-plugin.js"></script>
<p align= left> <a href="/"><-site Home</a>
</head>
<body><h1>Wordle->Life</h1>