#!/usr/bin/perl my $s = "" x 1600_000; #made higher to be sure die("Failed validation!") unless $s =~ /^(?:)+$/; print "ok\n";