in reply to Re: Perl::Expect - DataTrack Escape Sequence
in thread Perl::Expect - DataTrack Escape Sequence

I need some help on that one. I know how to truss a process which doesn't require input - but for the manual trace where I can disconnect how do I set that truss up to trace and allow me to enter input?
  • Comment on Re: Re: Perl::Expect - DataTrack Escape Sequence

Replies are listed 'Best First'.
Re: Re: Re: Perl::Expect - DataTrack Escape Sequence
by sgifford (Prior) on Oct 31, 2003 at 02:20 UTC
    Start it up in one window, get the PID, and then use truss -fp in another window.
      doh - should have worked that one out myself

      thanks