Help for this page
$ perl -le'print q{@@} =~ m|\A\Q@@\E\z| ? "match" : "no match"' match $ perl -le'print q{@@} =~ m|\A\@\@\z| ? "match" : "no match"' match