| Thread | Last Post | Replies |
|
| hash generation question | 29 Jun 2003 12:59 GMT | 4 |
I'm trying to build a hash structure on the fly without knowledge about depts in my program. (aka userinput) For example, suppose I have this: @list1 = qw(x1 x2 x3 data);
|
| Perl and MS SQL Server Stroed Procedures | 27 Jun 2003 18:19 GMT | 3 |
Could someone kindly please give me an example of the correct syntax for generating a recordset by calling a SQL Server stored procedure with an input paramter via Perl / PerlScript ? I have searched extensively on the internet and cannot find it
|
| SQL Server query with Image datatype | 27 Jun 2003 18:11 GMT | 2 |
Can anyone please tell me how I can safely run an SQL query on SQL 2000 via a Perl which includes a field of Image datatype which holds images stored in the database ? Every time I add the Image field to my query, it causes Perl to
|
| How to unload a module from memory? | 27 Jun 2003 03:17 GMT | 1 |
I have a long-running process, and I would like to detect when one (or more) of its dependent modules change, so that it can reload that module. I go through %INC and note the last-modification timestamp of each file, and periodically check those files to see if the lastmod time ...
|