All pastes #2091931 Raw Edit

Stuff

public text v1 · immutable
#2091931 ·published 2011-10-20 14:20 UTC
rendered paste body
#!/usr/bin/perl

$a = "Hereford & Worcester Hereford & Worcester";
$b = substr($a,0,int((length($a)-1))/2);
$c = "$b $b"; if ($a eq $c) {print "y\n"} else {print "n\n"}