| Thread | Last Post | Replies |
|
| math::trulyrandom | 30 Jul 2004 23:28 GMT | 8 |
I'm still trying to figure out modules. I need to get 10,000 random numbers between 1 and 5936277172. I've been using the rand function but it seems that the significant digits aren't large enough to account for these large numbers so if I ask for say 1000 random numbers in this ...
|
| perldoc cgi script | 29 Jul 2004 15:33 GMT | 3 |
I've made some major updates to what was once my cobbled-together cgi script. http://ericwilhelm.homeip.net/svn/CGI-perldoc/trunk/data/scripts/perldoc This allows you to access the documentation for all installed modules and scripts via your browser (provided that you have a ...
|
| CPAN Shell on Mac OS X (10.3) Not Installing Modules | 27 Jul 2004 20:44 GMT | 12 |
I recently installed Perl 5.8.4 on Mac OS X 10.3. It successfully installed under /usr/local/bin, and I have had no problem running Perl scripts or manually installing modules from CPAN. However, so far I have not succeeded in installing a single module via
|
| Module namespace query | 27 Jul 2004 14:06 GMT | 3 |
I would like to upload a module I've written to CPAN. I've got a PAUSE account, but I need to work out a module name. It's an interface to the Wily text editor's message interface, since I suspect not many people have heard of wily if you care about it
|
| Asking questions in 'make test' | 27 Jul 2004 13:57 GMT | 2 |
I've written a perl module which needs some information from the user to pass 'make test', I'm just wondering if there's a relatively standard way of prompting the user for info that would cooperate neatly with the Test::Foo series of modules.
|
| Carp -- shortmess and longmess | 26 Jul 2004 23:52 GMT | 3 |
perldoc Carp says: carp - warn of errors (from perspective of caller) cluck - warn of errors with stack backtrace (not exported by default)
|
| bundle up dependent modules | 26 Jul 2004 16:36 GMT | 2 |
I am creating a CD to install my favorite Perl module on to a machine that is not networked. Unfortunately, my favorite modules depends on many other CPAN modules that are not on this PC. I am wondering if there is a way to bundle up all the modules that a module depends on
|
| WCTP | 26 Jul 2004 15:56 GMT | 2 |
Does Perl have a module for WCTP? In other words, does Perl have methods to POST XML text to a HTTP server? Thanks afri
|
| Mason install problems. | 26 Jul 2004 11:40 GMT | 1 |
I keep getting this one when trying to install mason. Does anyone know what it means and how to resolve? t/12-taint............Insecure directory in $ENV{PATH} while running with -T switch at /usr/lib/perl5/5.6.1/Cwd.pm line 92.
|
| Mail:Sender - HTML Mail with alternatives problem | 26 Jul 2004 09:52 GMT | 2 |
I'm trying to generate an HTML mail with text alternatives using the mail:sender module. As everybody can see below the message was created and received but neither the HTML part nor the textpart were inserted by mail:sender.
|
| net::telnet problem | 26 Jul 2004 08:34 GMT | 1 |
I have written a script which logs onto the server and issues a command - So far so good. If the command returns a lot of data and the server response is to issue a [more] response the module hangs and times out waiting I presume for the prompt.
|
| new module: Time::Seconds::GroupedBy | 26 Jul 2004 00:53 GMT | 81 |
I've made a new module, I'm thinking to call it Time::Seconds::GroupedBy. It is designed to convert an amount of seconds in other time units. I'm calling time units SECONDS, MINUTES, HOURS, DAYS, MONTHS, and YEARS . The user defines which will be the time unit to group the amount of ...
|
| Module name: WWW-ISBNReference | 25 Jul 2004 06:33 GMT | 4 |
I am working on a module that can query isbnreference.org for information about a particular book. isbnreference.org is an open-source ISBN lookup service. As far as I know, there is no Perl module which uses isbnreference.org,
|
| strange behavior in File::Basename | 24 Jul 2004 08:52 GMT | 2 |
I'm using Perl 5.6.1 on Debian Linux 3.0 I noticed the module File::Basename doesn't behave like the shell commands basename/dirname in a special case that's not described in the module's documentation.
|
| Win32::OLE.pm and Hyperlinks | 23 Jul 2004 21:09 GMT | 3 |
I am using Perl and OLE.pm to read and modify an Excel spreadsheet. I can read the hyperlinked value of a cell using the following code: my $cellObject = $worksheet->Range("A2"); my $hyperlink = $cellObject->Hyperlinks(1)->Address;
|