cat test.pl use Derp::Derp; ~/localperl/bin ❯ ./perl test.pl Can't locate Derp/Derp.pm in @INC See: perldoc -v @INC You may need to install the Derp::Derp module: https://metacpan.org/search?q=Derp::Derp @INC entries checked: ` /home/marto/localperl/lib/site_perl/5.42.0/x86_64-linux ` /home/marto/localperl/lib/site_perl/5.42.0 ` /home/marto/localperl/lib/5.42.0/x86_64-linux ` /home/marto/localperl/lib/5.42.0 at test.pl line 1. BEGIN failed--compilation aborted at test.pl line 1. ~/localperl/bin #### name: Enforce unique printers across files on: [pull_request] jobs: unique-printer: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Check for duplicate printer tokens run: | DELIM=',' FIELD=4 awk -F"$DELIM" 'NR>1 {print tolower($FIELD)}' fileA.csv | sort > a.txt awk -F"$DELIM" 'NR>1 {print tolower($FIELD)}' fileB.csv | sort > b.txt duplicates=$(comm -12 a.txt b.txt) if [ -n "$duplicates" ]; then echo "Duplicate printer tokens detected:" echo "$duplicates" exit 1 fi ####
##
##
Menu
##
##

<%= stash('title') || 'Main Content' %>

Responsive dashboard with Light, Dark, Auto, Light Blue, and High Contrast themes.

##
## <%= title %> %= include '_header' %= include '_sidebar'
<%= content %>
<%== $js %> <%== $icons %> ##
## % layout 'default'; % title 'Dashboard'; %= include '_content' #### % layout 'default'; % title 'Dashboard'; %= include '_content' #### templates/ layouts/ default.html.ep _header.html.ep _sidebar.html.ep _content.html.ep index.html.ep #### Search Screen

Document Search

##
## Dyslexic Mode Bootstrap Demo

Welcome

This page supports dyslexic-friendly light and dark modes using the local OpenDyslexic font.