Help for this page

Select Code to Download


  1. or download this
    package checkStuff;
    sub new {
    ...
    __OUTPUT__
    checkStuff=SCALAR(0x155ae0c)
    checkStuff
    
  2. or download this
    package checkStuff;
    sub new {
    ...
    checkStuff=SCALAR(0x155ae0c)
    checkStuff
    2
    
  3. or download this
    sub getbar {
        my $self = shift;
        return ${$self};
    }
    
  4. or download this
    sub getbar {
        return ${$_[0]};
    }