Skip to content

Instantly share code, notes, and snippets.

@rbuels
Created October 2, 2009 16:30
Show Gist options
  • Select an option

  • Save rbuels/199897 to your computer and use it in GitHub Desktop.

Select an option

Save rbuels/199897 to your computer and use it in GitHub Desktop.
sub foo {
my $self = shift;
if( @_ ) {
$self->{foo} = shift;
}
return $self->{foo};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment