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