Help for this page
c:\@Work\Perl\monks>perl -wMstrict -le "my $sq = '\ \\ \\\ \\\\ \\\\\ \\\\\\'; ... <\ \ \\ \\ \\\ \\\> >\ \\ \\\<
c:\@Work\Perl\monks>perl -wMstrict -le "my $sqsq = 'abc\''; ... <abc'> >abc\<
c:\@Work\Perl\monks>perl -wMstrict -le "my $s = qq{1,Something\\,\\\\text\\\\text\\0x2B\\\\,X,99}; ... [Something\,\\text\\text\0x2B\\] [X] [99]