Perl has quite a few special variables such as @F, $!, %! ... etc. Where are all Perl\'s special variables documented?
@F
$!
%!
All special variables used by Perl are documented in perldoc perlvar. You can access the version of this documentation that came with your perl by entering perldoc perlvar on the command line.
perl
perldoc perlvar