#!ruby -n

@found = true if $_ =~ /<pre>/; puts $_ unless @found; @found = false if $_ =~ /<\/pre>/;

