Skip to content

Instantly share code, notes, and snippets.

View gryftir's full-sized avatar

Zephyr gryftir

  • San Francisco, CA
View GitHub Profile
#!/usr/bin/env perl
# ABSTRACT: proof of concept for sending subs to a child process for evaluation
use strict;
use warnings;
use v5.10;
use Data::Dumper;
use Socket;
use Time::HiRes qw(sleep);