in reply to Does perl have an equivalent to python's uhooker?

What's the bigger picture? What is it you would like to be able to achieve with this 'unhooker'? Prevent the LHC from making black holes perhaps?


Perl reduces RSI - it saves typing
  • Comment on Re: Does perl have an equivalent to python's uhooker?

Replies are listed 'Best First'.
Re^2: Does perl have an equivalent to python's uhooker?
by Alien (Monk) on Sep 12, 2008 at 08:31 UTC
    I would like to intercept an application's send() function , and modify the data it sends . The application is written in C .

      So where is the Perl content in the question?


      Perl reduces RSI - it saves typing
        I wanted to know if I could make those modifications from perl,because I have a list with the data that should be sent with every call of send(), and because I'm not really into python .