Hi,
is it somehow possible to access a redefined function?
define foo()
{
...
}
variable old_foo = &foo();
define foo()
{
...
@old_foo();
}
Bye, Jörg.
--
"UNIX was not designed to stop people from doing stupid things, because
that would also stop them from doing clever things."
-- Doug Gwyn