in reply to Finding the context of a call: numerical or string
See Contextual::Return.
Update: According to the synopsis, this should work for you:
sub sensible { return STR { "one" } NUM { 1 } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Finding the context of a call: numerical or string
by casiano (Pilgrim) on Feb 29, 2008 at 16:58 UTC | |
by sgt (Deacon) on Mar 02, 2008 at 12:52 UTC |