atom syndication

2005-01-15 Thread Harsh Busa
hello i m trying to parse an atom feed using XML::Atom::Syndication module from CPAN . the only parameter i get when i execute the sample code #!/usr/bin/perl -w use XML::Atom::Syndication; use Data::Dumper; my $atomic = XML::Atom::Syndication->instance; my $doc = $atomic->get('http://ww

Re: how to

2005-01-15 Thread Alfred Vahau
Is there some documentation about how to make it work from my computer??? Check out this popular URL on a beginners guide to CGI programming. http://www.lies.com/begperl/ If you provide some snip of your code, esp. the first few lines, you'll get more help in troubleshooting your problem. alfred, G

RE: how to

2005-01-15 Thread Charles K. Clarkson
Gomez, Juan <[EMAIL PROTECTED]> wrote: : Good day : : : I am new to perl but I need a jump start to CGI so I have : active perl 5.8.1 install in my pc Now a friend gave me a : script that has a form and sends an email with the data Now : in his pc its working fine but when I try it in my pc did

Re: A second beginner's question

2005-01-15 Thread Edward Wijaya
On Fri, 14 Jan 2005 09:47:50 -0800, John W. Krahn <[EMAIL PROTECTED]> wrote: Perl has a FAQ on shuffling, have you read that yet? perldoc -q shuffle or use CPAN module: List::Util it has a built in *shuffle* function. -- Edward WIJAYA Singapore -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

how to

2005-01-15 Thread Gomez, Juan
Good day I am new to perl but I need a jump start to CGI so I have active perl 5.8.1 install in my pc Now a friend gave me a script that has a form and sends an email with the data Now in his pc its working fine but when I try it in my pc did not work Is there some documentation about h

Re: use warnings

2005-01-15 Thread Johannes Lichtenberger
"Mark Cohen" <[EMAIL PROTECTED]> writes: > While the use strict is quite clear to me "Perl pragma to restrict unsafe > contructs" , > the use warnings "Perl pragma to control optional warnings" is not. > What programming risks could I get without the use warnings ? ,[ perldoc perllexwarn ] |

Re: Database handler passing

2005-01-15 Thread Nicolay A. Vasiliev
Thank you, Chris! Chris Devers wrote: Of course you can, and should, do things this way. ... Etc., where the subroutines are defined later, and the database and statement handles get declared once and then passed around as needed. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Regex help

2005-01-15 Thread Ajey Kulkarni
Hi, I'm trying to match a floating point in ada. They are normal floating points with 2 extra things.(they can or can't come) 1. an underscore is permitted between the digits and 2. An alternate numeric base may be specified surrounding the nonexponent part of the number with pound signs, precide