GUI Library

2011-09-28 Thread Francisco Rivas
Hello, I am planning to write a very small stand alone application to write some file and I would like to know which is the best/recommended GUI library for Perl. I have read about wxPerl, GTK2, PerlQT4 and even Tk, but I would like to know what people recommend from their experience. Thank you

Re: GUI Library

2011-09-28 Thread Francisco Rivas
comment. 2011/9/28 Octavian Rasnita orasn...@gmail.com From: Alan Haggai Alavi alanhag...@alanhaggai.org On 09/28/11 16:29, Francisco Rivas wrote: Hello, I am planning to write a very small stand alone application to write some file and I would like to know which is the best/recommended GUI

Re: Maintain Packages

2011-09-21 Thread Francisco Rivas
Thank you very much, I am reading it right now. Have a very nice day. 2011/9/20 Magnus Woldrich m...@japh.se Hi Francisco, Hello I am willing to start maintaining a module or even a Perl package or library, so I would like to ask you all about the best way to start. I know that

Re: symbol lookup error: .../Parser.so: undefined symbol: Perl_Istack_sp_ptr

2011-09-21 Thread Francisco Rivas
Hello, I went through the same issue and what I found was just recompile the module in your case it would be HTML::Parser, what i did is CPAN - install HTML::Parser or use packer for it. I hope this can help you. 2011/9/21 Robert P. J. Day rpj...@crashcourse.ca i'm not sure if the beginners

Maintain Packages

2011-09-20 Thread Francisco Rivas
Hello I am willing to start maintaining a module or even a Perl package or library, so I would like to ask you all about the best way to start. I know that participating in mailing lists is a good way, but I am also asking about your experience and if there is someone who has a package and is

Re: Maintain Packages

2011-09-20 Thread Francisco Rivas
Thank you very very much for all the answers. You, all, addressed me to the right direction I knew it from the beginning. Have a very nice day. 2011/9/20 Paul Johnson p...@pjcj.net On Tue, Sep 20, 2011 at 09:54:49AM +0200, Francisco Rivas wrote: Hello I am willing to start maintaining

Re: Maintain Packages

2011-09-20 Thread Francisco Rivas
Thank you very very much for all the answers. You, all, addressed me to the right direction I knew it from the beginning. Have a very nice day. 2011/9/20 Paul Johnson p...@pjcj.net On Tue, Sep 20, 2011 at 09:54:49AM +0200, Francisco Rivas wrote: Hello I am willing to start maintaining

Re: hi

2011-09-15 Thread Francisco Rivas
There is a pm called Math::Combinatorics ( http://search.cpan.org/~allenday/Math-Combinatorics-0.09/lib/Math/Combinatorics.pm ) It is really helpful to get the combinations without repetition. Then you just need to process the results to get the output you need, I mean with the , and -. I hope

Re: error when installing WWW::Mechanize

2011-07-19 Thread Francisco Rivas
Hello I think that one approach can be install all the modules marked as not installed. Test::Memory::Cycle is not installed. Just an idea. Have a very nice day. 2011/7/19 Agnello George agnello.dso...@gmail.com Hi I get the following error when i install WWW::Mechanize via CPAN . Can