in reply to Tie() and substr(), proposal for SUBSTR tie object method
I'd also like to see a FETCHPRINT method that's called when someone prints a tied variable, a FETCHMATCH method for when someone wants to match a regexp against the tied variable, a FETCHKILL variable if someone wants to kill a process whose process id is stored in a tied variable, a FETCHSIGNAL for when someone wants to use a tied variable as the signal number to the kill function, and some magical setting to solve the conflict if both the signal number and the process id are tied variables...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tie() and substr(), proposal for SUBSTR tie object method
by ysth (Canon) on Jul 03, 2005 at 07:46 UTC | |
by ambrus (Abbot) on Jul 03, 2005 at 12:40 UTC |