Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1504 - 1533 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1504
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...
tegai1
Offline Send Email
May 2, 2004
5:57 am
1505
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...
Syed Qasim Raza
syedqasimrazaa
Offline Send Email
May 3, 2004
8:23 am
1506
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...
Syed Qasim Raza
syedqasimrazaa
Offline Send Email
May 3, 2004
8:24 am
1507
... 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...
Emanuel G Calso
egcalso
Offline Send Email
May 3, 2004
8:26 am
1508
... Does http://search.cpan.org/~mirod/XML-Twig-3.15/ help?...
fischron.external@...
dodekaedergu...
Offline Send Email
May 3, 2004
8:34 am
1509
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 ...
Neeraj Malve
neerajlinux
Offline Send Email
May 3, 2004
5:31 pm
1510
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...
Trace
crazzycodemo...
Offline Send Email
May 4, 2004
6:27 pm
1511
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...
Victor
perl_jam03
Offline Send Email
May 4, 2004
10:52 pm
1512
... (not tested!) / ^ \s* # skip initial white space (\S.*\S|\S) # first field, embedded white space allowed \s+ # separating white space...
fischron.external@...
dodekaedergu...
Offline Send Email
May 5, 2004
5:58 am
1513
I'm trying to sort some numerical values in ascending order from some output that I print to screen. Would anyone know how to do this? Steve...
perl_1978
Offline
May 8, 2004
12:48 am
1514
Use sort function. raymond raj ... some...
xrraj
Offline
May 8, 2004
4:57 am
1515
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...
El Rex
perl_jam03
Offline Send Email
May 8, 2004
4:58 am
1516
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 ...
perl_1978
Offline
May 8, 2004
9:30 pm
1517
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...
perl_1978
Offline
May 13, 2004
12:42 am
1518
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...
Jeff Cunningham
jclefty2000
Offline Send Email
May 13, 2004
12:43 am
1519
... 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...
fischron.external@...
dodekaedergu...
Offline Send Email
May 13, 2004
5:33 am
1520
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...
El Rex
perl_jam03
Offline Send Email
May 13, 2004
5:51 am
1521
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...
perl_1978
Offline
May 13, 2004
2:40 pm
1522
How do you set your CVSROOT and CVSHOME environment variables in perl. I tried $ENV{'CVSROOT'} = ':pserver:j...etc... and $ENV{'CVSHOME'} = \pathtopasswordfile...
Jeff Cunningham
jclefty2000
Offline Send Email
May 13, 2004
10:15 pm
1523
... Hash: SHA1 ... If you're on UNIX/Linux, try `export CVSROOT=pathtopasswordfile` HTH - -- eman calso http://www.bloodpet.tk/ Public Key: gpg --keyserver...
Emanuel G Calso
egcalso
Offline Send Email
May 14, 2004
3:34 pm
1524
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...
perl_1978
Offline
May 17, 2004
8:53 pm
1525
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...
Neeraj Malve
neerajlinux
Offline Send Email
May 18, 2004
5:22 pm
1526
How do I create table inside a pdf document using perl. Is there any module that will help me do it Thanks/Regards, Parvez...
parvez80
Offline Send Email
May 20, 2004
4:30 pm
1527
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. ...
El Rex
perl_jam03
Offline Send Email
May 20, 2004
9:48 pm
1528
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 Qasim Raza
syedqasimrazaa
Offline Send Email
May 21, 2004
3:44 pm
1529
... 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...
merlyn@...
merlynstoneh...
Online Now Send Email
May 21, 2004
8:48 pm
1530
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...
Jeff Cunningham
jclefty2000
Offline Send Email
May 21, 2004
8:49 pm
1531
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...
El Rex
perl_jam03
Offline Send Email
May 21, 2004
8:50 pm
1532
... 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>...
merlyn@...
merlynstoneh...
Online Now Send Email
May 22, 2004
12:40 am
1533
Allo! How to convert the following string to regular ascii: &#109;&#097;&#105;&#108;&#116;&#111;:&#119;&#101; Have a nice and spam free day. Gilles B. -- ...
Gilles Beauregard
balour_2000
Offline Send Email
May 31, 2004
12:19 pm
Messages 1504 - 1533 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help