Search Results

6
votes

Why do Perl variables need to start with $, %,@ ?

Several reasons are explained by Larry Wall et al in "Programming Perl": W …