DonjonMaister@programming.dev to Programmer Humor@lemmy.ml · 2 years agoThe difference between an instance variable and a static variable.programming.devimagemessage-square8fedilinkarrow-up122arrow-down10file-text
arrow-up122arrow-down1imageThe difference between an instance variable and a static variable.programming.devDonjonMaister@programming.dev to Programmer Humor@lemmy.ml · 2 years agomessage-square8fedilinkfile-text
minus-squaretiredofsametab@kbin.sociallinkfedilinkarrow-up5·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;