Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $Q;
    ...
    }
        return wantarray ? @_ : $Q;
    }
    
  2. or download this
    sub SomeSubWithNothingElseToShift {
    my $self = return_with_object(@_);
    ...
    my $self = shift;
    my $barz = shift;
    }