WWW::Mechanize::field problem

2014-12-04 Thread Patton, Billy N
I’m having trouble with setting a field on a web page. Here is how I’m attempting to do this: ## ## fourth page ## ok($mech->form_name('ftp_information'),"getting the ftp_information form"); ok($mech->field('pFTPHostname','dogs'), 'Setting ftp host name to dogs'); ok($mech->field('pFTP

Re: At wits end CGI

2014-12-03 Thread Patton, Billy N
ng the debugger to stop execution inside there and looking at what that call from CGI->new() is actually returning. chrs, john. On Tue, Nov 25, 2014 at 7:56 AM, Patton, Billy N mailto:billy.pat...@h3net.com>> wrote: OS : mac 10.10.1 Yosemite Perl version : 5.16.0 (perlbrew) I have

Re: CGI::Application::Plugin::TT

2014-11-13 Thread Patton, Billy N
Doing the perlbrew thing now. perl -MTemplate -e 1 returned nothing But I did a sudo cpan Template and it told me it was up to date. Hopefully this perlbrew will help things out. thanks for the info. On Nov 12, 2014, at 8:50 AM, John SJ Anderson mailto:geneh...@genehack.org>> wrote: perl -MTempla

CGI::Application::Plugin::TT

2014-11-12 Thread Patton, Billy N
I’ve , mistakenly, updated to Mac OS 10.10 Yosemite. That completely caused my app to fail in Apache 2.4. Looks like it might be a version problem for TT.pm I’ve tried to install a new TT.pm from cpan but it tells me that it is up to date. I’ve tried changing the Template->new to HTML::Template->

using string as module

2014-11-08 Thread Patton, Billy N
I currently have something like this use MyFoo::ABCBar; use MyFoo::DEFBar; use MyFoo::HIJBar; my $fooABC = MyFoo::ABCBar->new(); … What I would like to do is foreach $pgm ( ‘ABC’ , ‘DEF’ , ‘HIJ’) { my $foo = MyFoo::{$pgm}Bar->new; … } This gives me an error. What is the correct syntax?

html2plaintext

2005-05-18 Thread Billy Yiu
Hi all, I am looking for a module helping me to format html to plaintext. I searched in the web and find 2 seems related: 1. HTML::FormatText - Format HTML as plaintext 2. html2text-0.003 But it stated that "Formatting of HTML tables and forms is not implemented.". Do you have any suggestions tha

cmsg cancel <002001e9fea7$123dbbe0$d402a8c0@sysserver>

2003-06-26 Thread Billy
Cancel help:about file format -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help:about file format

2003-01-20 Thread billy
thanks very much. - Original Message - From: "John W. Krahn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 10:11 AM Subject: Re: help:about file format > Billy wrote: > > > > how to judge a file in dos form

help:about file format

2003-01-20 Thread billy
how to judge a file in dos format or in unix format? thanks for your response.

Re: help:how to hex2bin,bin2hex,bin2dec,dec2bin

2003-01-16 Thread billy
thanks! - Original Message - From: "simran" <[EMAIL PROTECTED]> To: "billy" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 10:11 AM Subject: Re: help:how to hex2bin,bin2hex,bin2dec,dec2bin > perldoc -f pac

help:how to hex2bin,bin2hex,bin2dec,dec2bin

2003-01-16 Thread billy
are there some commands or function? thanks for your response.

about substr

2002-11-27 Thread billy
when i user substr,i find "Tab" key is calculated as 1,but i want to set it as 8,what will i do? thks.

RE: unix perl to win NT perl

2001-07-18 Thread Billy Shaw
very simple, but a good exercise in writing a script from the ground up. Billy- On Wed, 18 Jul 2001, Sally wrote: > I'm not competant enough to write a complete guestbook script, only to edit > scripts I find. Any ideas where I can get a new guestbook script? > >

RE: Error opening file? - Solved!

2001-04-26 Thread Billy Joedono
eter > > perl test.pl > >? > > >-- > jason king > > A Canadian law states that citizens may not publicly remove bandages. > - http://dumblaws.com/ *** Thanks and regards, Billy Joe

Error opening file?

2001-04-26 Thread Billy Joedono
} close (FLT) || warn "can not close filter file: $!"; *** Thanks and regards, Billy Joedono "Courtesy comes by default, but respect I gotta earn" ***