Thanks for the quick answer Gerald - but that i have tried already - with
no success :-(

[+...+] Tags didn't work as well (bad) as output to OUT- Filedescriptor...

It looks, like the $chunk1 string isn't handed over to the
parser-subroutines at all. 

On Mon, 10 Apr 2000, Gerald Richter wrote:

> > [-
> > use PostboxParse;
> > $chunk1 = "<POSTBOX 
> > ACTION=UPDATE>soap\@foo.bar<PASSWORD></PASSWORD><FWADDR>soup\@blo.
> > bli.blub.de</FWADDR></POSTBOX>";
> > my $p = PostboxParse->new();      # create a new object
> > $p->parse($chunk1);               # parse the string
> > $xx = $p->eof;                    # signal end of document
> > @aaa = $p->readmsg();             # get back the error-messages 
> > foreach (@aaa){                   # ... and print them
> >             print "...>>>$_\n";
> 
> You must print to OUT i.e.
> 
>               print OUT "...>>>$_\n";
> 
> or use a [+ +] block instead

-- 
* NAMES: Ulrike Schepp                    Gigabell AG
* PHONE: [+49] [0]69 - 17084-742          D-60325 Frankfurt
* ENCR.: Key 0x5E34C939 B0 B1 ED D0 51 D1 0C 3B  82 23 2C 61 10 38 57 95
* SIGN : Key 0x59AFB1C5 59 5D 53 37 2F 79 A0 2F  27 03 F7 23 58 EE B9 6C




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to