Skip to content

Instantly share code, notes, and snippets.

@dctabuyz
dctabuyz / bench.pl
Last active January 10, 2019 18:08 — forked from cynovg/bench.pl
#!/usr/bin/env perl
use strict;
use warnings;
use utf8;
use v5.26.0;
use List::Util qw/first any/;
use Benchmark qw(:all);