Do you know where your variables are? | |
PerlMonks |
Re: Tk Entry widget confusionby hippo (Archbishop) |
on Jul 12, 2024 at 10:54 UTC ( [id://11160562]=note: print w/replies, xml ) | Need Help?? |
The code does what I want/expect but how? Is this just 'magic behind the curtain'? Welcome to Perl! This is how it rolls. Variables in Perl (including arrays, hashes, subroutines, etc.) are not strongly typed. This means that most often you do not need to worry about what is a number and what is a string, even less what is an integer and what is a float, etc. 🦛
In Section
Seekers of Perl Wisdom
|
|