in reply to Re: simpliest way to add "language" to my app
in thread simpliest way to add "language" to my app
The parsing sub may do things like:
The only other thing that I would suggest is changing the key assignment from anonymous subs to named subs.
Cheers - L~Rshutdown => sub { print "Shutting down...\n"; exit 0; } becomes shutdown => \&shutdown
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: simpliest way to add "language" to my app
by jonadab (Parson) on Oct 05, 2003 at 04:20 UTC | |
by smackdab (Pilgrim) on Oct 05, 2003 at 04:38 UTC |