Using array variable name as the reference to that array
@a = (1, 2, 3); $arrayref = "a"; print "@$arrayref";