[Catalyst] World Country List

2010-08-03 Thread Robyn Jonahs
Hi I am learning to use HTML::FormBuilder. I want to add a select input that
contains all of the world countries. I am new to Cat and Perl. I searched
CPAN but can't seem to come up with a module that lists all of the
countries. Is there a simple way in Catalyst and HTML::FormBuilder to do
this?

Thanks in advance,
DC
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] World Country List

2010-08-03 Thread Ian VanDerPoel
Try 
http://search.cpan.org/~abigail/Geography-Countries-2009041301/lib/Geography/Countries.pm
 
 
Ian van der Poel
Analyst/Programmer
Independent Transport Safety Regulator
(02)8263 7187


 Robyn Jonahs learn.catal...@gmail.com 04/08/10 11:02 am 
Hi I am learning to use HTML::FormBuilder. I want to add a select input that 
contains all of the world countries. I am new to Cat and Perl. I searched CPAN 
but can't seem to come up with a module that lists all of the countries. Is 
there a simple way in Catalyst and HTML::FormBuilder to do this?

Thanks in advance,
DC

_ 

This message (including any attachments) is intended solely
for the addressee named and may contain confidential and or
privileged information. If you are not the intended recipient,
please delete it and notify the sender. Views expressed in this
 message are those of the individual sender, and are not 
necessarily the views of The Independent Transport Safety and 
Reliability Regulator (ITSRR). Whole or parts of this e-mail 
may be subject to copyright of ITSRR or third parties. You 
should only re-transmit, distribute or use the material for 
commercial purposes if you are authorised to do so. 

Please visit us at 

http://www.transportregulator.nsw.gov.au
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] World Country List

2010-08-03 Thread Denny
On Tue, 2010-08-03 at 22:02 -0300, Robyn Jonahs wrote:
 Hi I am learning to use HTML::FormBuilder. I want to add a select
 input that contains all of the world countries. I am new to Cat and
 Perl. I searched CPAN but can't seem to come up with a module that
 lists all of the countries.

Locale::Country might help here...

http://perldoc.perl.org/Locale/Country.html



signature.asc
Description: This is a digitally signed message part
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


Re: [Catalyst] World Country List

2010-08-03 Thread Robyn Jonahs
Thanks. I think I can work with one of those. Probably Locale::Country with
all_country_names(); somehow. I will see what I can work out and post the
result if is is decent.


On Tue, Aug 3, 2010 at 10:14 PM, Ian VanDerPoel 
ian.vanderp...@transportregulator.nsw.gov.au wrote:

  Try
 http://search.cpan.org/~abigail/Geography-Countries-2009041301/lib/Geography/Countries.pmhttp://search.cpan.org/%7Eabigail/Geography-Countries-2009041301/lib/Geography/Countries.pm

  Ian van der Poel
 Analyst/Programmer
 Independent Transport Safety Regulator
 (02)8263 7187


  Robyn Jonahs learn.catal...@gmail.com 04/08/10 11:02 am 

 Hi I am learning to use HTML::FormBuilder. I want to add a select input
 that contains all of the world countries. I am new to Cat and Perl. I
 searched CPAN but can't seem to come up with a module that lists all of the
 countries. Is there a simple way in Catalyst and HTML::FormBuilder to do
 this?

 Thanks in advance,
 DC

 _

 This message (including any attachments) is intended solely
 for the addressee named and may contain confidential and or
 privileged information. If you are not the intended recipient,
 please delete it and notify the sender. Views expressed in this
  message are those of the individual sender, and are not
 necessarily the views of The Independent Transport Safety and Reliability
 Regulator (ITSRR). Whole or parts of this e-mail may be subject to copyright
 of ITSRR or third parties. You
 should only re-transmit, distribute or use the material for
 commercial purposes if you are authorised to do so.

 Please visit us at http://www.transportregulator.nsw.gov.au

 ___
 List: Catalyst@lists.scsys.co.uk
 Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
 Searchable archive:
 http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
 Dev site: http://dev.catalyst.perl.org/


___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/