use Storm; local $rain = new Storm { type => 'thunderstorm', size => 'big', ('intense', 'beautiful') }; $rain->falls(my $roof); foreach ($rain->drop() ) { my $dreams++; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What rain brings.
by zentara (Cardinal) on Apr 24, 2005 at 11:54 UTC |