in reply to [solved] Cant seem to print perl hash ...

I haven't looked at the source code, but I'm not sure that the sequence number will make much sense after the request has been parsed into a HTTP::Request anymore. You haven't shown any code that works, but from looking at the data structure, I guess that

$self_eclipse_1->tcp_connection->sequence_start

or

$self_eclipse_1->tcp_connection->last_ack

might give you the numbers. Maybe you want to read the source code or perldsc or References Quick Reference to learn about how to access the values.

Replies are listed 'Best First'.
Re^2: Cant seem to print perl hash ...
by perlpreben (Beadle) on Feb 14, 2009 at 15:45 UTC
    woahh.... i cant beleive i didn get that. I got it to work..! Thanks man!