karlgoethebier has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/env perl use strict; use warnings; use feature qw(say); my $nose = qq(cuke); $nose !~/fubar/ and say "Super!" __END__
<Update: Thanks to all who helped.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Why does this compile?
by choroba (Cardinal) on Nov 25, 2024 at 17:12 UTC | |
by karlgoethebier (Abbot) on Nov 25, 2024 at 18:44 UTC | |
Re: Why does this compile?
by jdporter (Paladin) on Nov 25, 2024 at 16:24 UTC | |
Re: Why does this compile?
by talexb (Chancellor) on Nov 26, 2024 at 17:27 UTC |