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

I would like to intercept an application's send() function , and modify the data it sends . The application is written in C .
  • Comment on Re^2: Does perl have an equivalent to python's uhooker?

Replies are listed 'Best First'.
Re^3: Does perl have an equivalent to python's uhooker?
by GrandFather (Saint) on Sep 12, 2008 at 08:36 UTC

    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 .