Mega Code Archive

 
Categories / Perl / Data Type
 

Get reference of a range

$ref = \(1 .. 3);  print "@$ref";