in reply to Re^3: Opinion: where Perl5 wasn't attractive for me
in thread Opinion: where Perl5 wasn't attractive for me

This wouldn't compile when applying Python semantics, cause $indux hasn't been initialized.

So $indux=0 or my $indux would be needed beforehand to avoid compilation errors.

There are for sure more cases of uncaught typos in Python than in Perl, which blow at runtime.

But unfortunately this example doesn't demonstrate them well. :)

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)

update

Update outsorced into proper post... :)