Perl modules

2005-06-23 Thread feanor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody ! I've a problem with PERL modules, and it's quite hard to explain ! Well, I'm going to try ! For my personnal use, I looking after a way to create a local client for web forum (like pgpbb's one). So I have a main program and several modul

Perl Hash Question.

2005-06-23 Thread Anthony Roe
Hi there everybody, I have a question and I am pretty stumped for the answer. I have a program that does the following: A = Reads URI from URIHASH. Visits site A. Parses all URIS on site A and for each URI found adds the URI to the URIHASH. A = Reads next URI from URIHASH. Visits site A. And so

Re: date range....

2005-06-23 Thread Jay Savage
On 6/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > People of the Perl, > > I have a need to develop some logic to automatically pick up a publc key > for my gpg keyring. I will use cURL ( client for URL lookups ) language > for the actual download , but the catch is the expiration time of

Installing XML::LibXML

2005-06-23 Thread Alois Heuböck
Hello, I'm trying to get XML::LibXML to work, but keep getting an error message: --- Can't locate loadable object for module XML::LibXML::Common in @INC(@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/XML/LibXML.pm line 11 Compilation failed in require at C:/Perl/lib/XML/LibXML.pm

date range....

2005-06-23 Thread DBSMITH
People of the Perl, I have a need to develop some logic to automatically pick up a publc key for my gpg keyring. I will use cURL ( client for URL lookups ) language for the actual download , but the catch is the expiration time of our key which is 2005-11-16. So I want to say if calc data =~ cur

Re: XML

2005-06-23 Thread Randal L. Schwartz
> "Brent" == Brent Clark <[EMAIL PROTECTED]> writes: Brent> my $data = Brent> $xml->XMLin("http://testbox/cgi-bin/ecco/scripts/common/bookinngsXmlDisplay.pl?lts";); Do you have a file with that name? Why would you think that would work? The docs don't say that it understands URLs. Brent>

XML:Twig print and delete

2005-06-23 Thread Nan Jiang
Hi all, How to use XML:Twig print to print to a file and how to use delete to delete an element? For print to a file: I tired what FAQ says but it doesn't work, the file size is always 0. Belows are my codes: #!/usr/bin/perl use warnings; use strict; use XML::Twig; my $twig= XML::Twig->new

XML

2005-06-23 Thread Brent Clark
Hi list I have my code as so: use XML::Simple; my $xml = new XML::Simple (NoAttr=>1, RootName => 'data'); my $data = $xml->XMLin("http://testbox/cgi-bin/ecco/scripts/common/bookinngsXmlDisplay.pl?lts";); use Data::Dumper; print Dumper(\$data) I have a perl script e

Re: cgi link

2005-06-23 Thread Brent Clark
Graeme St.Clair wrote: Try something like:- $html .= start_html( -title => "Rhubarb", -style => { 'src' => '../rhubarb.css' }, -script => [ { 'src' => '../rhubarb.js' }, $jscript ] );

Re: RegEx Multi-Line Matching

2005-06-23 Thread John W. Krahn
Jeff Westman wrote: On 6/20/05, John W. Krahn <[EMAIL PROTECTED]> wrote: It looks like you don't really need to use paragraph mode, this should do what you want: #!/usr/bin/perl # # tnsnames.pl -- reads tnsnames.ora, sorts by host name use warnings; use strict; my $tnsFile = 'tnsnames.ora';

Re: cant locate SF:Logger.pm in @INC: how to add additional paths in @INCHi,

2005-06-23 Thread Xavier Noria
Did you actually put only one colon as in the subject "SF:Logger" instead of two? -- fxn PS: Please respond in the body. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]