From: Graham B. <gb...@po...> - 2000-05-26 16:24:39
|
On Fri, May 26, 2000 at 10:46:51AM -0500, Mark Wilcox wrote: > > $dsml->process( $file, entry => \&process_entry, schema => \&process_schema ) > > or die $dsml->error; > > > > Ok. I see. I'll start to work on it. I have attached what I started on. > > > > > Now for writing we could do > > > > $dsml->open($file,"w"); > > $dsml->write($entry); > > $dsml->write($schema); > > $dsml->close; > > Like this. Good. Graham. |