From: Roman Fordinal <[EMAIL PROTECTED]>
> Friday, February 08, 2002, 2:26:47 PM, you wrote:
>
> >> :.. Roman Fordinal
> >> :.. project manager
>
> ML> Well, as a Project Manager you should, perhaps, be a bit more
> specific ML> about w
Friday, February 08, 2002, 2:26:47 PM, you wrote:
>> :.. Roman Fordinal
>> :.. project manager
ML> Well, as a Project Manager you should, perhaps, be a bit more specific
ML> about what you want :-)
sorry, my englisch is too bad for detail informations ab
On Fri, Feb 08, 2002 at 12:54:58PM +0100, Roman Fordinal wrote:
>
> problem?
Yes!
> :.. Roman Fordinal
> :.. project manager
Well, as a Project Manager you should, perhaps, be a bit more specific
about what you want :-)
> sub new
> {
> my $procc=sh
problem?
sub new
{
my $procc=shift;
my $text=shift;
my $self={};
return 0 unless $email;
my @body=split('\n',$text);
foreach (@body)
{
@ref=split(':',$_);
$self->{header}->{$ref[0]}=$ref[1];
}
>??? foreach $key (keys $self->{header})
>??? {
>??? print $key.":".$self->{header}->{