This document summarizes Perl predefined variables, listing the variable name, description, and example use for each. There are over 50 predefined variables described, including scalars like $_, arrays like @ARGV, and hashes like %ENV that provide useful information and functionality to Perl programs.