Scalar Variables
- Names begin with the $ sigil
- Case sensitive
- $foo
- $theJavaStyle
- $more_common_in_perl
- $GLOBAL_MAYBE
- Assign with =
- $name = "Emily";
- $laugh = 'ha' x 50;
| CPU: Perl, Fall 2005 | Perl, Week 1: Intro to Perl, Scalars | #23 |
| Copyright © 2005 Ian Langworth |