Next The Perl Hardware Store DC.pm Version 51

Globject Sigils

        $self              filehandle / dirhandle
        ${*$self}          scalar
        @{*$self}          array
        $#{*$self}         array size
        *$self->[...]      array element
        ${*$self}[...]     array element
        @{*$self}[...]     array slice
        %{*$self}          hash
        *$self->{...}      hash element
        ${*$self}{...}     hash element
        %{*$self}{...}     hash slice
        $self->method(...) call a method
        *$self->(...)      call the function


Next Copyright © 2003 M. J. Dominus