#!/usr/bin/env perl use strict; use warnings; use feature qw(say); my $nose = qq(cuke); $nose !~/fubar/ and say "Super!" __END__