Perl References — Basic Usage, Subroutines and Complex Data Structures

In Perl, a reference is a scalar (single value) variable that refers to some other variable. A reference may refer to another scalar value, or to an array or a hash or subroutine or whatever. You can create references by … Continue reading

Posted in Perl | Tagged , , |