Where can I find information about Perl's special variables?
Posted
by Sinan Ünür
on Stack Overflow
See other posts from Stack Overflow
or by Sinan Ünür
Published on 2010-04-05T13:44:46Z
Indexed on
2010/04/05
13:53 UTC
Read the original article
Hit count: 355
Perl has quite a few special variables such as @F, $!, %! ... etc. Where are all Perl's special variables documented?
© Stack Overflow or respective owner