Skip to content

Instantly share code, notes, and snippets.

View matthewpersico's full-sized avatar

Matthew O. Persico matthewpersico

  • Greater New York City Area
  • 07:18 (UTC -04:00)
View GitHub Profile
@briandfoy
briandfoy / grab-gist
Last active June 30, 2023 12:42
A Mojo::UserAgent program to grab all the files in a gist
#!/usr/bin/perl
=encoding utf8;
=head1 NAME
grab-gist - download all the files in a gist
=head1 SYNOPSIS
#!/usr/bin/env perl
use Mojolicious::Lite -signatures;
use Mojo::File;
use Mojo::Util qw(getopt);
use Pod::Usage;
use version 0.77;
my $VERSION = "0.01";
#!/usr/bin/env perl
# PODNAME: inline-python-named-args
# ABSTRACT: Example of passing named args to Python via Inline::Python
use strict;
use warnings;
use 5.16.3;
use Test2::V0;
@Ovid
Ovid / cor.md
Last active September 12, 2021 08:02
Cor—A minimal object system for the Perl core

NAME

Cor — A minimal OO proposal for the Perl core

VERSION

This is version 0.10 of this document.

AUTHOR

@Ovid
Ovid / .perldb
Last active July 5, 2022 15:50
My debugger file
package Ovids::Debugger;
# vim: syntax=perl
=head1 NAME
.perldb - Customize your Perl debugger
=head1 USAGE