fork download
  1. $_ = 'text unsubtext did not text subscribe text';
  2. print "OK" if /(?!.*did\s+not)(?!.*unsub).*subscribe/;
Success #stdin #stdout 0s 4596KB
stdin
Standard input is empty
stdout
OK