in reply to Re^2: Building a dynamic array or some other method?
in thread Building a dynamic array or some other method?
Always use strictures (use strict; use warnings; - see The strictures, according to Seuss). If your debugger can't cope with lexical variables you really need a better debugger! You might consider using the Komodo IDE which provides an integrated debugger, although some setup is required.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Building a dynamic array or some other method?
by CAdood (Acolyte) on Apr 24, 2024 at 03:32 UTC |