| Thread | Last Post | Replies |
|
| Not up to PAR | 30 Jun 2007 15:42 GMT | 15 |
I run the following which produces an a.par file: pp -p -n DateGen.pm JythonFeeder.pm MetaMonConfigLoader.pm MetaMonSshConn.pm SetSQL.pm SshConn.pm I move the a.par file to a different directory and check its content:
|
| Deploy Perl script on Windows | 30 Jun 2007 15:37 GMT | 3 |
I'm currently learning Perl on win32 with ActiveState's ActivePerl 5.8.8 and I was wondering what is needed to run one of my script on another PC that does not have ActivePerl ? I did some googling and found Perl2EXE but since it's not free I want
|
| using a homemade perl module | 30 Jun 2007 13:08 GMT | 16 |
All I'm looking to do is simplify the creation of several scripts which will use the same bit of code. I've read through the section in Programming Perl for creating my own modules and have what I think is a functioning module. package dates_email;
|
| Adding a line in a file inside many directories | 30 Jun 2007 01:38 GMT | 2 |
Situation is bit complex (atleast for a beginer like me). Directory structure is somewhat like this: testcases--> 150 Directories (names starting with mixed or green.) ---
> kat.s |
| How can i make a perl program lauch another perl program that takes options | 30 Jun 2007 00:01 GMT | 4 |
Any help on this would be appreciated :) Currently I have a perl program thats required to call another perl program. The second one takes arguments and can be called as: perl vplan_all.pl 5.6 24.0 ajtest
|
| Adding a line in a file inside many directories | 29 Jun 2007 19:32 GMT | 1 |
I am a beginer in PERL. What I am trying to do is this: I have a 150 directories, each having a file "kat.s" in them. I have names of all these directories in a text file
|
| CPU/Memory usage of a process on Windows machine | 29 Jun 2007 19:11 GMT | 2 |
I am trying to find CPU and memory usage on a windows machine and i was able to get through memory usage using Win32::Process::Info module's GetProcInfo function. This code may be helpfull to others which calculate the memory usage
|
| Splitting a CSV file at a variable number | 29 Jun 2007 14:27 GMT | 1 |
I have a large CSV file of the format x,y,z,number (a coordinate file) that I need to parse and output as individual files based on the fourth field (column 3). The file looks like the sample below, and the fourth field can be from zero to 20,
|
| exit code | 29 Jun 2007 14:01 GMT | 5 |
when I execute my perl script in my local machine and I get to a controlled error situation i've got as exit value 777 if(!$test){ $failed_times =$failed_times +1;
|
| pp utility | 29 Jun 2007 13:54 GMT | 1 |
Can any one help me in analyzing this code system(pp -o abc.exe --icon=icon.ico --xyz xyz_bootsvr) Thanks in advance, Kusuma
|
| processing XL using Win32::OLE | 29 Jun 2007 07:44 GMT | 2 |
Can anybody tell how to open an already existing xL file and then probabaly do some processing using Win32::OLE I found quite a few examples but none of them open an existing excel file.
|
| Formats for invoices. | 29 Jun 2007 01:57 GMT | 3 |
I'm doing a single perl script to get data from a database (SQLlite), and want put some data in a format The output format is record in a simple temporary .txt file and send to lpr.
|
| Build module on one box and move to another box? | 28 Jun 2007 21:24 GMT | 5 |
Having worked around my CPAN mirror problems by abandoning the FTP URL and going with an HTTP connection instead (Thanks for the suggestion David :), I'm now faced with the fact that the box I'm on does not have a compiler installed. "They" want me to install various modules (DBI.pm
|
| Need idea for doing automatic iteration, please. | 28 Jun 2007 21:20 GMT | 1 |
Dear my friends... I want my code does an action if it find a directory or file, namely: storing the url/path of a file or a directory onto mysql database. I am meaning, my code should look up every file/directory name resides under the "$rootdir" iteratively for doing storing onto ...
|
| Tie::Handle::CSV | 28 Jun 2007 17:59 GMT | 7 |
I've got the following script which works until it reaches the end of the input file. It processes the last line and prints out the contents, but then the program terminates with the unhelpful error: Manufacturers Ref.: L53522 Status: 5290 (Work not pulled)
|