please help me to check why this perl script does not work!

2005-05-29 Thread Fei Li
I wish to submit some protein sequences via LWP:UserAgent to the http://www.cbs.dtu.dk/services/ChloroP/ The error message is given as follows: Webface ErrorWebface Error: Read: Field not declared; 'seqpaste' * #! /usr/bin/perl -w use strict; use HTTP::Reque

Re: please help me to check why this perl script does not work!

2005-05-29 Thread Bob Showalter
Fei Li wrote: I wish to submit some protein sequences via LWP:UserAgent to the http://www.cbs.dtu.dk/services/ChloroP/ The error message is given as follows: Webface ErrorWebface Error: Read: Field not declared; 'seqpaste' [snip] my $response = $browser->post('http://www.cbs.dtu

Re: why getstore can't work, especially for store xml file on freebsd

2005-05-29 Thread Franklin
I will do further research according to your suggestions. Thank you very much! On 5/26/05, Jay Savage <[EMAIL PROTECTED]> wrote: > On 5/24/05, Franklin <[EMAIL PROTECTED]> wrote: > > Hi; > > > > I have a small program that uses getstore to fetch a xml webpahe and > > store it. It is: > > > > use

A question about Win32:OLE

2005-05-29 Thread J aperlh
A question about Win32:OLE! Where can I get the program ID of an application? Get it from OLE/COM Object Viewer or something else? my $app = Win32::OLE->new('Word.Application', 'Quit'); ! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

A question about Win32:OLE!

2005-05-29 Thread J aperlh
Where can I get the program ID of an application? Get it from OLE/COM Object Viewer or something else? my $app = Win32::OLE->new('Word.Application', 'Quit'); -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]