next up previous contents
Next: What Are the Special Up: Practical Perl Programming Previous: Report Headings

Special Variables

  Perl uses quite a few special variables to control various behaviors of functions. You can use special variables to hold the results of searches, the values of environment variables, and flags to control debugging. In short, every aspect of Perl programming uses special variables.


 

dave@cs.cf.ac.uk