RE: HTML::Stream mod

2002-05-14 Thread Bob Showalter
> -Original Message- > From: Jackson, Jonah [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 8:42 PM > To: [EMAIL PROTECTED] > Subject: HTML::Stream mod > > > Anyone use this module? I can't seem to use a file handle > for the stream. The syntax

HTML::Stream mod

2002-05-13 Thread Jackson, Jonah
Anyone use this module? I can't seem to use a file handle for the stream. The syntax: use HTML::Stream qw(:funcs); open (FP,">$htmlfile") || die "Could not open file $htmlfile for write\: $!\n"; $ht =3D HTML::Stream->new (FP); $ht->text("This is a test\n"); give