Help for this page

Select Code to Download


  1. or download this
       my $s = join('', (("<object>") x 160_000))
       die("Failed validation!") unless $s =~ /^(?:<object>)+$/;
    
  2. or download this
       $ perl -e '$s = join("", (("<object>") x 160_000)); print "ok\n" if
    + $s =~ /^(?:<object>)+$/'
       ok