Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Perl Notes ====== ===== Special Variables ===== * @_ - any arguments passed to a subroutine are accessible with this variable ===== Lists, Arrays, and Hashes ===== * $var is a scalar * (8, $a, 0.4, 'test') is a list (used to create arrays, etc...) * @var is an array * $var[0] is the first item in the array * %var is a hash * $var{key} is the value of the item with "key" docs/programming/perl/perl_notes.txt Last modified: 2008/08/03 00:25by 127.0.0.1