| Thread | Last Post | Replies |
|
| DBI quote alternative | 31 Aug 2004 20:17 GMT | 5 |
Is there an alternative to the DBI quote function? I don't have any database access at runtime, so I'm unable to create a new DBI object. However, I'm creating INSERT statements that should (eventually) be
|
| Understaing NET::LDAP | 31 Aug 2004 06:13 GMT | 1 |
I had posted this in comp.lang.perl.misc, but realized it probably should be posted here! I have a LDAP query like: my $basedn = "ou=people,o=myhost.com";
|
| Win32::File | 30 Aug 2004 13:39 GMT | 2 |
There is a plan to switch from Unix to Windows 2000. Trying to get familiarized with Win32 I installed ActivePerl and some other Win32 extensions on my home PC. After running some scripts, I found that Win32::File is not included in
|
| Mail::Audit Question | 30 Aug 2004 12:05 GMT | 3 |
I have a *very* newbie question re Mail::Audit. If somebody would even be kind enough to point me in the right direction, I would be obliged. I'm setting up a filter in my .forward file, which has the single line reading:
|
| mod_perl: modules not running? | 30 Aug 2004 07:42 GMT | 2 |
I'm running RH 8, apache 1.3.23, mod_perl 1.29. They wanted me to install a CMS (Plone) that uses Zope, which requires that I put mod_proxy into the apache setup. So I redid the apache ./configure (forgetting about mod_perl for the moment).
|
| CAD::* namespace | 29 Aug 2004 18:48 GMT | 1 |
I've got several modules under the CAD::* namespace, which I chose because there was an existing module CAD::ProEngineer. Why are they all filed under "commercial software interfaces"? http://www.cpan.org/modules/by-category/24_Commercial_Software_Interfaces/CAD/
|
| Spreadsheet::ParseExcel::SaveParser changes formula text to value | 28 Aug 2004 08:55 GMT | 3 |
First, thanks in advance to anyone who might be able to offer some assistance. Here is my situation: Objective - to open an Excel workbook (aka spreadsheet), delete the
|
| File::Copy::syscopy | 25 Aug 2004 20:57 GMT | 1 |
According to File::Copy(3), the syscopy function preserves file attributes. However: $ ls -l foo -rw------- 1 pacman root 6 Aug 25 01:38 foo
|
| Pure Perl PDF creation module. | 23 Aug 2004 11:22 GMT | 4 |
Are there any Perl modules for creating PDFs that are purely Perl and don't depend on any 3rd party libs? Thanks.
|
| Callerid processing | 22 Aug 2004 12:30 GMT | 1 |
Heyas, I'm currently working on a module to parse raw caller id information as reported by my (relatively generic) USR data modem when running in AT#CID=2 mode (raw caller id mode). The modem spits out things like
|
| Net::SFTP ssh_args=>[ ] syntax question... | 19 Aug 2004 23:06 GMT | 1 |
I'm not sure if this is the right place to post for syntax questions, but please help or at least let me know where I should post for this... There's an example psftp script in the Net::SFTP module directory
|
| 'make test' strangeness ? | 19 Aug 2004 00:31 GMT | 1 |
All, BSDi 4.2, perl 5.005_03. Searching on the web for 'PERL5LIB' 'make test' yielded somewhat unrelevant result.
|
| Looking for help compiling Calendar::CSA | 18 Aug 2004 00:35 GMT | 3 |
I'm trying to compile the above Perl module from cpan. The newest version in cpan appears to be rather old, so I'm suspecting that there are some things that have to change to get it to work. After I do the perl Makefile.PL, I see errors such as this:
|
| Understanding the Devel::Cover module generated reports | 17 Aug 2004 23:31 GMT | 1 |
Can anybody please help me in understanding Devel::Cover module in Perl? Your help is greatly appreciated. I am trying to use the module Devel::Cover and I can't understand the coverage report. This is my environment
|
| Email::Filter hello world | 16 Aug 2004 12:24 GMT | 1 |
Is this a good place to ask for help for Email::Filter? If not, where? I tried http://perlmonks.org/?node_id=383056 but noone really knows as of yet. Here's my query: I'm unable to get the simplest example to work with Email::Filter.
|