| Thread | Last Post | Replies |
|
| Choosing a name for may new module | 28 Sep 2007 21:38 GMT | 4 |
Hello !! I would like to create a module to use as a view in the catalyst framework. It's a bit like HTML::FormFu : I want to define inputs, render and
|
| get all a module's dependencies? | 26 Sep 2007 20:57 GMT | 4 |
this must be a faq but i haven't found the right search or i don't recognize the right words.... i need to install Net-SSH-perl and all its dependencies. perl -MCPAN -e ...
|
| RFC: Crypt::Skip32 [try 3] | 24 Sep 2007 06:29 GMT | 1 |
I'm planning to upload this new module for distribution on the CPAN. Feedback welcomed. NAME Crypt::Skip32 - 32-bit block cipher based on Skipjack
|
| Converting images with padding or cropping on left and right | 23 Sep 2007 21:49 GMT | 2 |
I have a simple shell procedure that batch converts original jpeg's in various sizes into thumbnail copies, maximum 75 pixels in height: for i in *.jpg do convert -quality 70 -geometry x75 $i ../img/`basename $i .jpg`.jpg;
|
| RFC: Crypt::Skip32 - 32-bit block cipher based on Skipjack | 23 Sep 2007 19:46 GMT | 1 |
I'm planning to upload this new module for distribution on the CPAN. Feedback welcomed. NAME Crypt::Skip32 - 32-bit block cipher based on Skipjack
|
| Is there a way to find a complied net:ssh2 module for ms windows environment | 21 Sep 2007 17:07 GMT | 4 |
I tried to find a net:ssh2 module and add it to the perl module, I I found it in http://www.cpan.org/modules/by-module/Net/ and follow the instruction but I still have problem to get it complied. Is there a way to find a complied net:ssh2 module? Thank you.
|
| Class::Dataset | 20 Sep 2007 10:00 GMT | 1 |
Not sure about the name and I can't quite find something on the CPAN which does this, but basically I want to do something like this: my $dataset = Class::Dataset->new( 'name',
|
| "reverse templating" or "auto-meta-regex" module for automated screen-scrape learning? | 20 Sep 2007 03:45 GMT | 1 |
I was discussing screen scraping with some acquaintances recently, and they claimed they'd seen a website which allowed users to select certain regions of a given page via a nice UI... and there was an app behind this that would then learn from these selections to extract
|
| only want to install one module and the depended ones, but CPAN always install the whole Perl. | 19 Sep 2007 00:11 GMT | 5 |
Hi, there, In the system (solaris) the Perl is shipped with the OS. Even though it is a littlbe bit old but still good enough. I am trying to install one Module
|
| Zertifikate/Keys | 18 Sep 2007 14:36 GMT | 1 |
how is the way to install certificates and keys for CPANPLUS? Is there a FAQ or HOWTO? example messages: WARNING: This key is not certified with a trusted signature!
|
| Getting WWW::Mechanize to submit a form | 17 Sep 2007 18:24 GMT | 5 |
Apologies if I upset someone by posting this here. I had no response in comp.lang.perl.misc. I'm trying to use this module to populate and submit a form on a remote server, but *apparently* it is not doing either.
|
| $db->DataHash does not return keys/fields in same order as they appear in database | 16 Sep 2007 21:48 GMT | 1 |
I am using the following code adapted from http://www.roth.net/perl/odbc/docs/object/ to try and capture the field names of a database. The odd thing is that the fields names are not returned in the order they appear in the table. I know from the aforementioned site there is a ...
|
| Return keys from $db->DataHash directly into an array | 16 Sep 2007 21:37 GMT | 1 |
Is there anyway to pass just the keys of a data hash directly into an array or is it necessary to do something like this? $db->Sql("SELECT * FROM Groups"); $db->FetchRow();
|
| bundles in POD vs listing modules as prereqs | 16 Sep 2007 03:59 GMT | 7 |
Bundles (packages in the Bundle::) namespace are supposed to include a list of modules in their POD (and no code at all) so CPAN.pm can install them one by one. Why is this better than creating a package that lists all the same
|
| Help with Math::GMP compile on AIX 5.3 | 15 Sep 2007 16:26 GMT | 1 |
I am trying to compile Math::GMP odule on my AIX 5.3 system and I keep getting the following error: (Note that I compiled GMP Math libraries without issues and I have added the '-L/usr/local/lib' to the Makefile.PL :
|