| Thread | Last Post | Replies |
|
| Script need help | 31 Mar 2006 22:02 GMT | 1 |
Hi!!! I have written this script (see below) to check when the server or database is not running...but I can not seem to work around the error it is giving. The result it gave me is: "Website is up and running Can't connect to data source"
|
| Getting number of children of the root in an XML object | 31 Mar 2006 21:59 GMT | 1 |
I am trying to get the number of children of the root element and my script gives me the number of children of the children instead. Here is my XML document (ejournlist.xml): <?xml version='1.0'?>
|
| the only difference is the 'x' after '/g' | 31 Mar 2006 17:03 GMT | 4 |
the following code: my (@main); $_=" From a
|
| sending email problem.... | 31 Mar 2006 16:41 GMT | 1 |
The problem is really simple. When i try to send a message with this function with a wrong sender email address, my script just stops... as an exemple : sender address tony.iagdyu@feinc.com the error message is - user not found on this server.... and the script stops.
|
| Really simple XML question | 31 Mar 2006 16:22 GMT | 2 |
How do I print the value of 'Time Magazine'? Here is my file (ejournlist.xml): <?xml version='1.0'?> <EJOURNLIST>
|
| store Array in hash ? | 30 Mar 2006 22:49 GMT | 7 |
I have setup a hash like the following: my $test; $test->{$setup}->{'opt'} = "OK"; It works fine, now I want to save an array to the hash:
|
| Counting specific elements in a XML object | 30 Mar 2006 20:45 GMT | 2 |
If I have a xml file like the following: <?xml version='1.0'?> <employee> <name>John Doe</name>
|
| How to split a string read from the file? | 30 Mar 2006 20:06 GMT | 6 |
dear all , I'am trying to write a script to neaten files as follows: 1 : #!/usr/local/bin/perl 2 : 3 : while ($inputline = <STDIN>) {
|
| can not filter out commentary lines with reg-exps | 30 Mar 2006 01:14 GMT | 3 |
I need to parse an ASCII file which first rows are comments. Those rows are marked by a '#' at their beginning. I try to filter them out by while( <$FH> =~ m{\#*} )
|
| How to change properties of IE 6.0 | 29 Mar 2006 20:32 GMT | 1 |
Hello all perl gurus, i want to know how we can change the properties of browser through perl for example :- setting internet options/ home page, disable script debugging, display messages etc
|
| syntax errors? | 29 Mar 2006 20:22 GMT | 3 |
I'm trying to solve a problem in Intermediate Perl. Basically, I open a text file and read its information. Here is some text from the file: gilligan.crew.hut lovey.howell.hut 4721
|
| Whimsical Question | 29 Mar 2006 20:13 GMT | 7 |
Perlers, I just got a copy of Intermediate Perl (the updated version of Learning Perl Objects, References, and Modules, aka Alpaca) and started reading. I've been coding Perl for about 18 months now and every time I see '$_'
|
| Sub coding question... | 29 Mar 2006 18:01 GMT | 2 |
I'm really new to Perl and am learning as I go. My boss gave me a program to look over that they're thinking of implementing. It seems to be a GPL auction program. As I was looking through the code, I was puzzled by one part... the part that displays subcategories on the users
|
| huge file : parsing problem | 29 Mar 2006 17:17 GMT | 1 |
I have a huge file (~7GB) of text data. I need to parse it to extract something : basically minima and maxima, and then i need to quantify the data into an output file based on ranges. Now the problem is that the traditional method of opening and foreach
|
| Combine similar patterns | 29 Mar 2006 15:30 GMT | 10 |
I have a problem in combining the nested/multiple patterns. The input of the file is as follows: Input:- <f1> A
|