| Thread | Last Post | Replies |
|
| authentication | 31 Oct 2005 14:18 GMT | 1 |
I am attempting to get perl to send an Email message. Creating a new snmp object works. After sending the command $smtp->mail( $MailFrom) ; I get a error message
|
| Microsoft Access & Win32::Ole | 29 Oct 2005 15:51 GMT | 1 |
I have a database called Quotations2005 which I can open with the following. I would also like to run some event code contained in the switchboard form. The code is contained in Private Sub Command23_Click()
|
| clean programming | 29 Oct 2005 15:10 GMT | 6 |
I have been writing perl for about 8 years. I've never gotten too involved with it and I've always had rather messy code. I am working on a project which is going to involve a) performance issues and b) mod_perl. I need to make sure that I free-up memory in my
|
| Help with script to list non-html files in folder | 29 Oct 2005 13:34 GMT | 3 |
I have this code but it does not seem to list non-html files. Could anyone point me in the right direction. Thanks in advance Mark
|
| File::Find Win32 Examples | 27 Oct 2005 15:53 GMT | 4 |
I am trying to learn Perl using the latest ActiveState on a Windows XP machine. Most of the examples I find for using modules are made for Linux users. So when I set out to learn find2perl or File::Find the scripts usually
|
| retrieving a constant from a dynamically loaded module | 26 Oct 2005 18:33 GMT | 6 |
I need to be able to dynamically load a module and retrieve a constant from it. Simply put, i want to allow a user to specify a module HisModule.pm containing the package HisModule and get HisModule::VERSION.
|
| Problem to install Parse::Lex, all tests fails | 26 Oct 2005 09:37 GMT | 1 |
I have a problem to install Parse::Lex with Perl 5.8.3. I tried on other systems (Cygwin, Fedora 2) as well, and run into the same issue: Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
|
| The IPC::ShareLite is very slow than fetch data from file ?? | 26 Oct 2005 03:12 GMT | 3 |
time shmTest.pl ... 0.11u 0.02s 0:00.13 100.0% ----------------------------------------------------------------------------
|
| No recent CPAN update? | 24 Oct 2005 09:34 GMT | 4 |
I noticed that search.cpan.org hasn't updated since Friday, and when I looked at the RECENT file at cpan.org (http://cpan.org/RECENT.html), that, too, seems to have been last updated on Friday. I also know that PAUSE has more recent stuff (one is mine!).
|
| After uploading to PAUSE | 24 Oct 2005 09:08 GMT | 4 |
I have uploaded the tar ball of "Math::Amoeba" to the PAUSE server, but it does not appear in the CPAN. May I ask whether there is follow-up to do after uploading? Or it will just wait a few minutes to appear in CPAN?
|
| Can't use fopen in C after including Perl Interpreter | 22 Oct 2005 13:40 GMT | 3 |
Hi List, And greets to all, wide and far. I conjured up a C program that uses an instance of a Perl Interpreter, hence had to include the perl56.lib. Spilling some more,
|
| How Do You Get LWP To Deal With Javascript "Pop-Ups" | 22 Oct 2005 00:16 GMT | 2 |
I am using LWP to navigate my way through the links on a webpage in order to get to the data I need. I have got to the final page and it seems that the data I need is in a "Javascript Popup". The page has the following:-
|
| Module install problem - AppConfig | 21 Oct 2005 18:44 GMT | 3 |
My original intent was to install the "Template-Toolkit-2.14.tar.gz" but it complained that it needed "AppConfig-1.56.tar.gz" so I down loaded that and attempted to install. The following is the result with lots of bad tests!!!
|
| Tests needing user parameters | 21 Oct 2005 00:27 GMT | 16 |
Hey folks, I'm writing a module which will need user account data for it's tests, and I'm wondering if theres a standard way (or module) for doing this.. Else I'll guess I'll look for environment variables and otherwise not
|
| ANNOUNCE: Teradata::BTET 0.01 | 20 Oct 2005 01:07 GMT | 1 |
Teradata::BTET is a Perl interface to Teradata SQL. It does not attempt to be a complete interface to Teradata -- for instance, it does not allow multiple sessions, asynchronous requests, or PM/API connections -- but it should be sufficient for many applications.
|