DonjonMaister to Programmer Humor@lemmy.ml • 2 years agoThe difference between an instance variable and a static variable.programming.devimagemessage-square8fedilinkarrow-up112arrow-down10file-text
arrow-up112arrow-down1imageThe difference between an instance variable and a static variable.programming.devDonjonMaister to Programmer Humor@lemmy.ml • 2 years agomessage-square8fedilinkfile-text
minus-squaretiredofsametablinkfedilink2•2 years agoPerl actually uses my and our to do scope. my @foo; our $bar;
Perl actually uses
my
andour
to do scope.my @foo;
our $bar;