in reply to Hash problem
use strict; my %hash; foreach(<DATA>) { $hash{$1}=() if /JSESSIONID=(.*)$/; } foreach (sort keys %hash) { print $_."\n"; } __DATA__ [17/May/2005:18:15:59 -0700]sdjhsj USERID=t70xvcy; jdhdh JSESSIONID=00 +00RDnYTABcRWOx0UN2Zq--sZB:10f408hdg [17/May/2005:18:15:59 -0700]sdjhsj USERID=t70xvcy; jdhdh JSESSIONID=00 +00RDnYTABcRWOx0UN2Zq--sZB:10f408hdg [17/May/2005:18:15:59 -0700]sdjhsj USERID=t70xvcy; jdhdh JSESSIONID=00 +00RDnYTABcRWOx0UN2Zq--sZB:10f408g13
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Hash problem
by bart (Canon) on May 19, 2005 at 09:24 UTC | |
by jasonk (Parson) on May 19, 2005 at 13:33 UTC |