in reply to Re: Can't get Dialog or messageBox to work from button
in thread Can't get Dialog or messageBox to work from button
How much easier thansub xx { shift() + 1 } say \&xx(3); # SCALAR(0x60003b660) say ${ \&xx(3) }; # 4 say sub { \&xx(shift) }->(3); # SCALAR(0x60003b888) say ${ sub { \&xx(shift) }->(3) }; # 4
say xx(3); # 4 say sub { xx(shift) }->(3); # 4
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can't get Dialog or messageBox to work from button
by karlgoethebier (Abbot) on Jan 11, 2016 at 19:34 UTC | |
by choroba (Cardinal) on Jan 11, 2016 at 19:58 UTC | |
by karlgoethebier (Abbot) on Jan 11, 2016 at 20:22 UTC | |
by hotchiwawa (Scribe) on Jan 12, 2016 at 08:51 UTC |