Hi all,
I have a table with 9 fields that store email addresses: email1,email2,email3, etc. I need to add one new email address to several records. Since each record may have a different number of fields already filled, I need to put the new address in the next available field.
This is the...
I've been archiving all of my email on my local hard drive for a while without problems, but recently I started getting this message box when trying to view certain emails from the archive. The email doesn't even show up in the preview pane - I get the message as soon as I highlight the email in...
It's been a long week, and I'm having some trouble wrapping my brain around this one..
I have a series of records in an array:
C001,AAAA,ADDR
C002,AAAA,ADDR
C003,BBBB,ADDR
C004,CCCC,ADDR
C005,DDDD,ADDR
C006,DDDD,ADDR
C007,DDDD,ADDR
I want to put this into a hash of arrays with the first...
Hi All,
In the SDK for Acrobat Catalog 4.0 (Adobe's pdf indexing app) It says that it supports Windows messages to query the Catalog program to see if it is busy or idle. I'm trying to use Win32::DDE to do this, but I can't even establish communication with Catalog. If I run this:
use...
Hi All,
When I try to use Win32::MsgBox, the box appears in the background behind the console window. Does anyone know a simple way to bring it to the foreground, and is there a way to make it application or system modal?
Thank you..
justin
I accidentally deleted the ActivePerl index.html file for the documentation.. Does anyone know if there's a way to regenerate it? I could always copy it from another PC, but I'd like to get back the links to the documentation for all the modules I had installed without having to reinstall them...
Hi all,
Does anyone know of a perl module for creating ISO images for cd-rom on a win32 platform? I've searched, but I can't seem to find anything.
Thanks in advance..
JT
I'm just trying to figure out if there's a way to read from and write to files with JavaScript.. I can't seem to find anything in the documentation.
Specifically, I’m using JavaScript batch processing within Adobe Acrobat to automate tasks – What I want to do is get the total number of pages...
Hi all,
This shouldn't be too difficult for you guys.
I just want to format the length of an array using sprintf to add a leading zero:
$total = sprintf("%02d", @files);
for an array with 5 elements this gives me "00" instead of "05". The perl docs say something...
Is there a way to tell if a directory is in use by another program?
I have a (non-perl) program running on win2k which does this..
It creates a folder and starts filling it with data until it reaches a size anywhere from 500MB to 550MB.
When it's done with the first folder it creates another...
Hopefully someone can help me out with this..
I'm trying to use the Time::JulianDay module to get the current Julian day.. not including the year - (ex. today would be 340)
The documentation for the module isn't very clear and I'm kind of confused. I'm not too experienced with using modules...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.