in reply to How to get 0 to initialize a value
does give amy $first_novel = $novel_list->[$first_book];
my $first_novel = $novel_list[$first_book];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get 0 to initialize a value
by AnomalousMonk (Archbishop) on Apr 30, 2019 at 03:58 UTC |