Skip to content

Instantly share code, notes, and snippets.

@yappo
Created August 25, 2009 08:14
Show Gist options
  • Select an option

  • Save yappo/174536 to your computer and use it in GitHub Desktop.

Select an option

Save yappo/174536 to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use Test::More;
my $x = 'x'x(1024*1024*10);
while (1) {
ok($x, $x);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment