document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-27454\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\">#!/usr/bin/perl -w\n<\/div><div class=\"line\" id=\"LC2\">&nbsp;<\/div><div class=\"line\" id=\"LC3\">use strict;\n<\/div><div class=\"line\" id=\"LC4\">&nbsp;<\/div><div class=\"line\" id=\"LC5\">my $time = $ARGV[0] || 1;\n<\/div><div class=\"line\" id=\"LC6\">my $exit = $ARGV[1] || 0;\n<\/div><div class=\"line\" id=\"LC7\">&nbsp;<\/div><div class=\"line\" id=\"LC8\">sleep $time;\n<\/div><div class=\"line\" id=\"LC9\">exit  $exit;\n<\/div><div class=\"line\" id=\"LC10\">&nbsp;<\/div><\/pre><\/div>\n        \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/27454/0cb9998b941f3ab3d46e8ec3d5118f24a4d3f7ea/sleeper\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/27454#file_sleeper\" style=\"float:right;margin-right:10px;color:#666\">sleeper<\/a>\n          <a href=\"http://gist.github.com/27454\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
