Hello Friends, I am silent member for this group. Pls spend 2 min for me. Right now i am working in Research Institute on small projects ( Like Network Printer...
Mahi G
mahiperl@...
Apr 7, 2004 9:14 am
1495
Good Day, Its better future to learn perl and utilize it in linux whereby it is very powerful in executing shell commands. Bye ... ===== Kumar s/o Arjunan ...
I'm sure this is very simple, tried searching google for 2 hrs. Problem ======= How do I check if $number is a positive number to 2 decimal places? ie. 12.12...
I'm sure this is very simple, tried searching google for 2 hrs. Problem ======= How do I check if $number is a positive number to 2 decimal places? ie. 12.12...
... I think you mean: "Check if $number CONVERTED TO A STRING has exactly two significant digits after the decimal point", because for a floating point number,...
Well i think the script below is almost correct except it wont be able to check if the number is positive i.e. if $number="-1.21" then the script will fail....
Hi Everyone I already have Apache server running well and have been abe to run PERL scripts. Hpwever, being new to the stuff,I need help to develop a...
Hi I am new to perl I would like your help for the following I want to write a script which would poll a web page, say every two minutes, and record the...
... Your question's a bit vague, do you need the part where (1) it does this every two minutes, (2) the page parser, or (3) the code that gets pages? for (1) ...
Hi Im trying to incorporate a google search bar too search my web site and google its self. Ive found the code from google, but it does not work as the sites...
Hi, I am new to perl language and got the basic information about perl from the websites. What are the available types, control structures etc.. One of the key...
Hi, I am new to perl language and got the basic information about perl from the websites. What are the available types, control structures etc.. One of the key...
... For that, i think you'll need to create your own search engine. Or maybe d/l one... i don't know where -- eman calso http://www.bloodpet.tk/ Cleanliness is...
Hi Syed, XML::Simple is answer to your question, find more about this module @ http://search.cpan.org/~grantm/XML-Simple-2.12/lib/XML/Simple.pm best luck ...
I am creating a program that will parse a file based on regular expressions, and am having a little trouble figuring out how to parse a particular part of it...
It will help to know what you want to do with the information. Do you only have these two types of records (City-State and Labels-Amount)? If so, I assume you...
I guess you mean "from some input source before I use it as output that I print to screen", right? Look into getting you numbers into an array variable like...
This sounds familar. I will check the docs and see what it says about the sort function. Thanks ... that ... @numbers, and ... before '7', so ... on ... how ...
I tried the sort function and it's not working because I know my code is wrong. Could someone shed some light as to what I'm missing here? Below is the actual...
Trying to run system commands from ActivePerl on Windows. I tried adding the following lines to my perl script to run commands, but does not work. How can I...
... This statement doesn't make much sense to me. Check out the content of @uid_sort. IMO it should contain only 1 element, since you are assigning a scalar to...
There are several logic issues, but let me go through the ones I found. 1) I don't know what you want to do with the "ssh $srv_name cat /etc/passwd|" line. If...
Actually, step 1 is fine because I'm going to a remote server and not local. As for step 2 and 3 - thanks for the advice about my crazy code. I just needed a...