in reply to Optional parameter before reference
"ref EXPR.... The ref operator returns a true value if EXPR is a reference, false otherwise." (Programming Perl, p.773) It returns the type of thing that the reference refers to (ex. "SCALAR", "ARRAY", "GLOB"...)
LassiLantar
|
|---|