in reply to Re^2: Load external application to variable
in thread Load external application to variable

Well, that would require either writing a kernel module that can run Perl code and do all this from kernel space, or writing a Perl extension that can run binaries.

Neither seem practical to me; it's a lot of work and I cannot really see much gain.

But if you pull it off, I'd be very surprised if OSCON rejects your talk proposal. ;-)

  • Comment on Re^3: Load external application to variable