Acme-Remote-Strangulation-Protocol
view release on metacpan or search on metacpan
Protocol.pm view on Meta::CPAN
}
close DATA;
chomp $DeepThought;
$DeepThought =~ s/^\#\d+\s//;
require Text::Wrap;
local $Text::Wrap::columns = 72;
my @lines = Text::Wrap::wrap('', '', $DeepThought);
if(length $lines[-1] < 63 ){
$lines[-1] .= " -- Larry Wall";
} else {
push @lines, " -- Larry Wall";
}
$DeepThought = join "\n",@lines;
}
open 0, ">$0" or print "Cannot ponder '$0'\n" and exit;
print {0} "use Acme::Remote::Strangulation::Protocol;\n\n$DeepThought\n", reflect $thought and exit;
( run in 0.550 second using v1.01-cache-2.11-cpan-65fba6d93b7 )