0
votes
6
votes
Why do Perl variables need to start with $, %,@ ?
Several reasons are explained by Larry Wall et al in "Programming Perl":
W …
