Help for this page

Select Code to Download


  1. or download this
    sub write_graffiti {
        my $self = shift;
    ...
        # spray paint wall with the colour,
        # whether new or existing
    }
    
  2. or download this
    sub colour {
        my $self = shift;
    ...
    
        return $self->{colour};
    }