Observing the output of Data::Dumper, the specifiers ($VAR1
, ""
, ;
) are not explained in the CPAN documentation.
- What is the purpose for the
$VAR1
? - What is the purpose for the semicolon?
- What is the purpose for the quotations?
Here is my output:
$VAR1 = "Snow";
$VAR1 = "Rain";
$VAR1 = "Sunny";
$VAR1 = "";