Mega Code Archive

 
Categories / Perl / Data Type
 

Reference is a scalar variable

$variable1 = 5; $reference = \$variable1; print $reference;