Last active
February 18, 2026 21:02
-
-
Save kwmiebach/7d27a67366a7458fb47c4a23c4d06b03 to your computer and use it in GitHub Desktop.
portable perl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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