Forum: Perl Sep 10th, 2007 |
| Replies: 1 Views: 1,866 I am trying to program a work-related report system. The reports are generated in php, and I have been requested to have the results sent via email to the individual who needs to review them. (That... |
Forum: Perl Aug 16th, 2007 |
| Replies: 1 Views: 2,233 Does anyone have a good method for formatting a numeric value as an American currency value in Perl? I'm not finding anything in my searches.
Thank you for your consideration. |
Forum: Perl Jun 22nd, 2007 |
| Replies: 2 Views: 1,552 Thank you for your assistance. I found what appears to be the correct file, and found the error. Turns out to be a miscalculation on my part; I was attempting to aim at the wrong target, so to... |
Forum: Perl Jun 18th, 2007 |
| Replies: 2 Views: 1,552 Recently, I have been requested to build a system to transfer some information to another system via ftp. I was recommended to use a specific, working file and modify it, as it already contained the... |
Forum: Perl Mar 7th, 2007 |
| Replies: 0 Views: 1,631 I have been requested to recycle an older program, written before I arrived, which is used to send information to a business client's ftp setup. As far as I can tell, the actual transaction is in a... |
Forum: Perl Feb 27th, 2007 |
| Replies: 0 Views: 2,061 I've been given a piece of buggy code to attempt reviving. At the moment, every time I run it, I'm getting this error:Database handle destroyed without explicit disconnect.
A quick google search... |
Forum: Perl Oct 10th, 2006 |
| Replies: 2 Views: 2,757 Earlier in the day, I was forced to generate a new public key/private key pair for one of the systems I work with, as it appeared to have been hacked into at some point during the night. The system... |
Forum: Perl Sep 22nd, 2006 |
| Replies: 1 Views: 4,372 I'm trying to run a perl script designed to update the database on a remote server from the copy on our main server. Both dbs are in postgresql and running the slony replication setup. ... |