gregmatthews has asked for the wisdom of the Perl Monks concerning the following question:
I want to create a link from a webpage to a CGI script that retrieves a document from a document management system.
Word uses wordbasic.fileopen"::ODMA\DOCS\DOCMAN\1234\1" to retrieve the document.
Is there a Perl module for ODMA?
open(FILE, "::ODMA\DOCS\DOCMAN\1234\1") doesn't work.
Where should I start, or should I abandon hope now?
G.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ODMA document access via Perl
by dakkar (Hermit) on Jan 07, 2003 at 14:53 UTC | |
|
Re: ODMA document access via Perl
by iguanodon (Priest) on Jan 08, 2003 at 04:03 UTC |