in reply to How can I re-program the exists function?
In a nutshell, you can't.
In the same way, you cannot program your own expression form of map or grep (eg. @squares = map $_**2, 1 .. 10;).
Many of perl's built-ins cannot be directly emulated with Perl code.
|
|---|