Help for this page

Select Code to Download


  1. or download this
    my $self = $_[0];  # instead of $self = shift
    
  2. or download this
    my $self = shift;
    my $caller = shift;