Skip to content

Instantly share code, notes, and snippets.

@dagolden
Created February 26, 2014 21:16
Show Gist options
  • Save dagolden/9238751 to your computer and use it in GitHub Desktop.
Save dagolden/9238751 to your computer and use it in GitHub Desktop.
use v5.10;
use strict;
use warnings;
system(1, $^X, '-e', 'sleep 5; print qq[not ok 1 - blah blah\n]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment