Subject: | fix warning under "perl -cw" |
Here's a syntax clean-up that prevents a warning when using "perl -cw":
150c150
< my $obj = bless {
---
Show quoted text
> $obj = bless {
####
Otherwise you get:
:"my" variable $obj masks earlier declaration in same scope