Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Cybershmuck

    Creating a macro for a merged word document

    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...
  2. Cybershmuck

    Bundling sourcefile.pl with module for pp packager

    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...
  3. Cybershmuck

    Unpacking an exe file

    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
  4. Cybershmuck

    Saving field values

    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
  5. Cybershmuck

    Perl files

    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...
  6. Cybershmuck

    Installing Date::Calc module

    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...
  7. Cybershmuck

    Perl with CSV file

    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...

Part and Inventory Search

Back
Top