Skip to content

Instantly share code, notes, and snippets.

@wchristian
Forked from dagolden/gist:9238751
Created February 26, 2014 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wchristian/9238760 to your computer and use it in GitHub Desktop.
Save wchristian/9238760 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