"...explain..."
#!/usr/bin/env perl use strict; use warnings; use feature qw(say); my $immortal = q(Connor MacLeod); my $immortal = q(The Kurgan); say qq("There can be only one"); __END__ karls-mac-mini:monks karl$ ./my.pl "my" variable $immortal masks earlier declaration in same scope at ./m +y.pl line 8. "There can be only one"
Regards, Karl
«The Crux of the Biscuit is the Apostrophe»
Furthermore I consider that Donald Trump must be impeached as soon as possible
In reply to Re: "my" declaration problem
by karlgoethebier
in thread "my" declaration problem
by Hosen1989
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |