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...
How do you set your CVSROOT and CVSHOME environment variables in perl. I tried $ENV{'CVSROOT'} = ':pserver:j...etc... and $ENV{'CVSHOME'} = \pathtopasswordfile...
I'm not sure how to set this up or what I need to get this configured. I would like to use it for downloading and installing Perl Modules from CPAN or am I...
its not that difficult commands are as follows: # perl -MCPAN -e shell CPAN>install <module-name> for GD say CPAN>install GD for GD::Image say CPAN>install...
Good points Neeraj. Once in the shell you can also issue a help command with 'h', which will give you a summary of all commands the CPAN shell can execute. ...
HI! I am new to perl language and want to parse an xml file. Can some body send me a sample code that how perl parses an xml file . I have tried to search over...
... Syed> I am new to perl language and want to parse an xml file. Can some Syed> body send me a sample code that how perl parses an xml file . Syed> I have...
Is this possible. I have two forms on one html page. The first one consists of a checkbox only. If checked and click submit button, I am trying to have this...
Try XML::Simple. I have never used it on Windows, but on linux it works just fine. Install it using CPAN. It works by parsing a XML source file, and building a...
... Jeff> Is this possible. I have two forms on one html page. The first one Jeff> consists of a checkbox only. If checked and click submit button, I am Jeff>...
Allo! How to convert the following string to regular ascii: mailto:we Have a nice and spam free day. Gilles B. -- ...