Help for this page

Select Code to Download


  1. or download this
    sub oldFunctionName
    {
      &newFunctionName;
    }
    
  2. or download this
    $$self;
    ${$self};
    @{$self};
    %{$self};
    $self->{Key};
    $self->[0];