Help for this page
#!/usr/bin/perl use strict; ... my $A="abc\ndef\nghi\n"; (my $B = $A ) =~ ! /def/; print "$B";