What modules and/or libraries are you using? Before you code do you block
diagram and flowchart your programs?
On Tue, Oct 24, 2023, 12:06 PM Levi Elias Nystad-Johansen via beginners <
beginners@perl.org> wrote:
> I use modules for complex things that I might get wrong. To re-use other
> people's
I use modules for complex things that I might get wrong. To re-use other
people's code is often better than to re-invent their solutions.
https://metacpan.org/pod/WWW::Mechanize::Examples has some good examples of
useful scripts that are short and simple.
Imagine how hard it would be to write th