Have you read perlunitut yet?
Also, perlunifaq points out Can I use Unicode in my Perl sources?. I recommend not to use Unicode characters in your source code but to use the hex escapes for that (or the names).
In reply to Re^3: Parse a special symbol
by Corion
in thread Parse a special symbol
by auhakim
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |