Mega Code Archive

 
Categories / Perl / Language Basics
 

Assign value to a variable without declaration

$x = 100; $y = 200; $warning = "Do you smell smoke?";