Help for this page
/\Q$foo\E/ and print "$&\n"; s/\Q$foo\E/XYZ/;
/\Q$fooE/ and print "$&\n";
/\Q/ and print "$&\n";
// and print "$&\n";