in reply to Seeking input on pattern generation.
undef $/; my @diffs = diff([split /\s+/, <PAGE1>], [split /\s+/, <PAGE2>]); [download]
/s