▲ 2 ▼ The difference between an instance variable and a static variable. (programming.dev) submitted 3 years ago by DonjonMaister@programming.dev to c/programmerhumor@lemmy.ml 1 comment fedilink hide all child comments cross-posted from: https://programming.dev/post/146762
[–] tiredofsametab@kbin.social 1 point 3 years ago Perl actually uses my and our to do scope. my @foo; our $bar; permalink fedilink source