| Thread | Last Post | Replies |
|
| JVM thread monitoring | 31 Jan 2008 14:20 GMT | 1 |
Dear list Is it possible to check the %CPU,%MEM usage of each thread produced by a JVM by using a perl script??? If yes then is there any particular module for it? If there is any link available for the above question over the web
|
| About File::Monitor | 31 Jan 2008 02:43 GMT | 8 |
Can anyone provide a real example of using File::Monitor? I've been pounding away at perldoc File::Monitor, which seems to be pretty thoroughly documented.... but as often seems to happen to me its just not soaking in... how the scanning and reporting is supposed
|
| Pseudo-hashes are deprecated | 30 Jan 2008 02:15 GMT | 5 |
I am using this line: foreach my $pair (keys %{$config{server}}) { ..... }
|
| How to read an rfc spec | 30 Jan 2008 01:49 GMT | 9 |
Here's a little section from rfc 2822. I know what the nemonics stand for, but I'm not sure how to read the spec, * [] () / what do they mean. If you have a handle on this could you translate the CFWS spec. It
|
| print records that match regexp | 29 Jan 2008 19:16 GMT | 4 |
I have a table "customer_table" with the following fields: Id int, firstname varchar(64), lastname varchar(64),
|
| groups of values from an array | 29 Jan 2008 16:25 GMT | 5 |
Hello Perl guru's, I need to pull multiple values form an array. There are separator array entries. I need to be able to get all the values between the separator values, process them, and then move onto the next group
|
| Process Directory and subdirectories Recursively | 29 Jan 2008 15:48 GMT | 5 |
I am trying to process a directory and all subdirectory recursively and generate a list as the Unix command "ls -R" will display, but this seems not to behave as it should. My script only goes as far as processing the directory and the 1 step below
|
| How to match a token not be quoted? | 29 Jan 2008 13:47 GMT | 9 |
I want to a cure regex that match following requirements: given $line = 'abc abc "abc abcc" abcc', I want to replace all instances of "abc" that not in quotation with, say 'd', so I expect I get 'd d "abc abcc" dc'. What should I write my regex? I try some and referred cook book ...
|
| Clear a hash | 29 Jan 2008 13:38 GMT | 5 |
Is there a way to empty/clear a hash in mass? For instance: %hash = {} ; Might the above create an reference?
|
| creating multiple variables in loop | 28 Jan 2008 18:32 GMT | 6 |
Simple question, I hope... I am looping through a set of commands, and each time, I want to create a unique array with a tag representing the loop number. for (my $j = 1; $j < $#start_points; $j++){
|
| Looking for regex | 28 Jan 2008 16:47 GMT | 11 |
Time,TemperatureF,DewpointF,PressureIn,WindDirection 2007-01-23 00:01:00,43.3,34.9,30.14,North,359,7,8,72,0.00,,,0.00,Wunderground v.1.13, 2007-01-23 00:06:00,43.2,34.8,30.14,North,354,11,11,72,0.00,,,0.00,Wunderground v.1.13, 2007-01-23 00:12:00,43.2,34.8,30.14,North,1,6,9,72,0 ...
|
| Want to access Jenda as a PPM repository | 28 Jan 2008 14:46 GMT | 1 |
Can anyone tell me why Jenda is not available as a repository any more? I get a "redirect" and then a "forbidden". Kind regards, Bruce.
|
| passing array reference from one perl script to another perl scirpt | 28 Jan 2008 09:30 GMT | 11 |
Hi Gurus, Iam getting problem in accessing the array reference which is passed as command line argument to a perl script from another perl script I have a main perl script I have declared an array as "our
|
| Perl script to lookup IP addresses | 27 Jan 2008 13:45 GMT | 5 |
I have some research tools that I make available for download. When a person downloads it, I record the IP address. I wanted to know if perl has some functions/utilities where I can supply these IP address to get an approximate location of the IP
|
| Last line issue | 27 Jan 2008 11:37 GMT | 4 |
to pre-process my XML dataset in run simple Perl script on it, which extract Id identifier from XML data and paste the whole XML record to it. For example, the input data looks like: <NoteSet>
|