Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:programming:perl:perl_notes [2007/04/03 00:22] – created billh | docs:programming:perl:perl_notes [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Perl Notes ====== | ====== Perl Notes ====== | ||
+ | |||
+ | ===== Special Variables ===== | ||
+ | * @_ - any arguments passed to a subroutine are accessible with this variable | ||
===== Lists, Arrays, and Hashes ===== | ===== Lists, Arrays, and Hashes ===== |