Path: utzoo!utgpu!watserv1!watmath!att!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!rutgers!carssdf!usenet From: usenet@carssdf.UUCP (John Watson) Newsgroups: comp.lang.perl Subject: call eval from usersub.c Message-ID: <268@carssdf.UUCP> Date: 19 Nov 90 01:54:09 GMT Organization: C.A.R.S.,Middlesex,NJ Lines: 8 Can anyone familar with the "usersub" hooks linking "c" routines into perl think of a way to call eval from within usersub. I can't figure out how to place my text string into a string and pass it eval to be executed within the context of the perl script in progress. The return value is insignificant. This will most likely be used to execute perl subs, something like this, eval("&my_sub"); John Watson ...!rutgers!carssdf!usenet