Skip to content

Instantly share code, notes, and snippets.

@kwmiebach
Last active February 18, 2026 21:02
Show Gist options
  • Select an option

  • Save kwmiebach/7d27a67366a7458fb47c4a23c4d06b03 to your computer and use it in GitHub Desktop.

Select an option

Save kwmiebach/7d27a67366a7458fb47c4a23c4d06b03 to your computer and use it in GitHub Desktop.
portable perl
#!/usr/bin/perl
###############################################################################
#
# ONLY USE STANDARD TRADITIONAL CORE PERL.
# NO CPAN MODULES. NO MODERN PERL. NO use v5.XX. NO Moose, Moo, Try::Tiny,
# Path::Tiny, or ANY non-core module. Stick to what ships with perl itself:
# strict, warnings, File::Basename, File::Path, File::Copy, Getopt::Long,
# Cwd, POSIX, etc.
#
###############################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment