DonjonMaister@programming.dev to Programmer Humor@lemmy.ml · 1 year agoThe difference between an instance variable and a static variable.programming.devimagemessage-square8fedilinkarrow-up134arrow-down11file-textcross-posted to: [email protected]
arrow-up133arrow-down1imageThe difference between an instance variable and a static variable.programming.devDonjonMaister@programming.dev to Programmer Humor@lemmy.ml · 1 year agomessage-square8fedilinkfile-textcross-posted to: [email protected]
minus-squaretiredofsametab@kbin.sociallinkfedilinkarrow-up8·1 year 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;