Help for this page
c:\@Work\Perl>perl -wMstrict -MData::Dump -le "my @special_characters = q{# $ % & ~ _ \\ { } ^}; ... ["# \$ % & ~ _ \\ { } ^"] number of elements in array: 1
c:\@Work\Perl>perl -wMstrict -le "my @special_characters = q{# $ % & ~ _ \\ { } ^}; ... " Argument "# $ % & ~ _ \\ { } ^" isn't numeric in array element at -e l +ine 1. >># $ % & ~ _ \ { } ^<<