in reply to Re^3: if(my) scope
in thread if(my) scope
what i was saying is that if i can my on a arg of a function, maybe i can do the same in the "argument" of a ifif(my $x = expr) { ... } # my always executed my $x if expr; # my is conditional if(expr) { my $x } # as above
Oha
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: if(my) scope
by ikegami (Patriarch) on Oct 12, 2009 at 17:01 UTC |