Hi,
I’m using Word 2003 and would like to know how to add a macro that would perform the following task after a word merge:
1.Select the entire document by pressing CTRL + A
2.Go to Tools > Language > Set Language
3.Select English (Australia) for ‘Mark selected text
4.Uncheck the tick box ‘Do...
Hi all,
I need to add a module called Thread::Queue into my perl script to form an executable file.
I've already included it in my sourcefile.pl through the:
use Thread::Queue;
statement.
I tried running the command line:
C:\Perl\bin>pp -M Thread::Queue -o output.exe sourcefile.pl
I then...
Hi,
I have packaged a perl file into an executable exe file using thr pp module.
How do I unpack the exe and extract the pl file?
Thanks in advance.
Stanley
I have a set of field values from a GUI that i want to retain after I close the program.
When I open up the program again the text boxes should be populated with the values from the last session.
Is there a simple way of doing this?
Thanks in advance.
Stanza
Hi,
I'm creating a simple gui which exceutes a perl script. At the moment the application is packaged into a zip file comtaining the gui.exe file and the perl script plus all the Perl library files.
I'm wondering if there is a way to compress all these libray files into a few files so that the...
Hi,
I went to cpan.org to find out how to install the date module Date::Calc. I get this page which has an extention .pod and nowhere in the cpan documentation does it mention this file type in th installtion.
I'm not familiar with Perl modules at all and would like to know how to install them...
Hi,
I’ve got a CSV file with the following information that I want to cycle through each line and split the values up by commas. The first line is the header record
BSB,Account Number, Amount (Gross),Account Name,Memo
62919,10213139,$203.40,A Wiesner,
112879,121473373,$125.55,AJ Bagala...
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.