Fixed mav perl path for app AND for libraries (no longer using /pkg/)
This commit is contained in:
parent
9aca50dbce
commit
28e3cdeb15
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user