in reply to Re: Re: Easy question i'm sure about formatting
in thread Easy question i'm sure about formatting
my @URI = ("/profileQuery1","/profileQuery2","/profileQuery3"); my @DATE = ("05/Apr/2004:16:33:02", "05/Apr/2004:16:36:31", "05/Apr/20 +04:16:37:48"); my @FILESIZE = ("889","224", "345"); my $i = 0; while($i <= $#URI){ format top = URI DATE Seconds Filesize -------------- -------------------------- ------- ------- . format STDOUT = @<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<<< @<<<<<<< $URI[$i],$DATE[$i],"1", $FILESIZE[$i] . write; $i++; }
URI DATE Seconds Filesize -------------- -------------------------- ------- -------- /profileQuery1 05/Apr/2004:16:33:02 1 889 /profileQuery2 05/Apr/2004:16:36:31 1 224 /profileQuery3 05/Apr/2004:16:37:48 1 345
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Easy question i'm sure about formatting
by mvam (Acolyte) on Apr 06, 2004 at 21:28 UTC | |
Re: Re: Re: Re: Easy question i'm sure about formatting
by mvam (Acolyte) on Apr 06, 2004 at 21:01 UTC |