💾 Archived View for blinkyshark.chickenkiller.com › perl.gmi captured on 2023-06-16 at 16:14:50. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Created 2022-09-08 Updated 2022-12-06
Dead simple to install:
cpan Text::Format # or whatever module you want to install
my $output = `script.sh --option`;
use feature qw(switch); no warnings 'experimental'; # at least for v5.32.1 given ($scheme) { when("gemini") { print "found gemini"; } default { print "using default"; } }