Out off topic rant...

> Honestly, my advise is if you are beginning to learn programming using
> perl in 2023. Don't.
>
> Pick up python and go from there.

My problem with Python (beside my inability to think oriented object) is
the very bad choice to have idents to represent blocks hierarchy.

In my every day work, I often write scripts I will use only once, and I
reuse pieces I copy from other script.

As it is onetime use only, I don't care about the identation, I just cut
and paste from { to }. I am not sure Python would react nicely to a
nightmare of identation.

Olivier

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to