Hello all,
I'm writing a script to extract some calendar data from Outlook 2000 and present it in a .csv format. The extraction code so far is thus...
use Win32::OLE;
use Win32::OLE::Const 'Microsoft Outlook';
use Win32::OLE::Variant;
my $outlook = Win32::OLE->new('Outlook.Application') or...
Hello,
I have a problem! As part of a larger script I am printing out data sent through a socket connection from another pc into the command prompt. While the text is being displayed on screen I want the user to be able to exit this part of the program, ideally with a single key press (say...
Hi,
Thanks for your posts - I managed to get Image::Magick working in the end after re-installng perl on my PC. I figured I couldn't install any new libraries because of a previous version i had.
Thanks
On a windows platform I am writing a script which requires 2 command prompt interfaces. The first holds the menu system and I want to be able to display data in another.
Is there a way of dynamically opening another command prompt/shell and writing data to it.
Many thanks
Hello,
I was wondering if there was a way of getting the size of a file in Perl (i.e. 40kb).
I am getting the file and saving it to its directory via the mirror command.
Cheers
Hello,
Is there a way of disabling a textbox so it cannot be changed without the text being grayed out????
Heres what ive got:
<input type=text disabled id=desc size=60>
Thanks
Hello,
I am looking to update a html textfield from javascript. The script produces a slideshow of images which can be viewed via next/previous buttons or a automatically via a time delay. I want a description to be placed above each corresponding image that will change whenever the image does...
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.