if ($NODE->{title} =~ /new feature/) { print [ 'You already have that feature in your browser', 'You can already do that manually with X', 'The DB server is already very loaded', 'No' # I ran out of ideas ;) ]->[rand(4)]; }