On Thu, 30 Mar 2000, Sam Carleton wrote: > I am trying to get the Apache::Magick module from the O'Reilly book > "Writing Apache Modules with Perl and C" to work. The error I am > running into is: > > Can't locate object method "OPEN" via package "Apache" (line 80) > > The looks real simply: > > open(STDOUT, ">&=" . fileno($fh)); try adding: untie *STDOUT; before the open(...)
- Can't locate object method "OPEN" via package... Sam Carleton
- Re: Can't locate object method "OPEN" vi... darren chamberlain
- Re: Can't locate object method "OPEN"... Sam Carleton
- Doug MacEachern