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 1383 - 1412 of 2062   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1383
Hi all, Anyone help-me ? I need to do comparing two array. So, I have two array with many difference names and I would like to compare two and write the...
Charles Pereira
charlesti
Offline Send Email
Feb 2, 2004
5:30 am
1384
HI here's a very simple solution my @arr1 = 0 .. 10; my @arr2 = 0 .. 10; my $comp = Array::Compare->new; if ($comp->compare(\@arr1, \@arr2) { print "Arrays are...
maneesh agrawal
maneesh1978
Offline Send Email
Feb 3, 2004
4:00 am
1385
Dear my friends... Anybody would be so kind telling me what is similar in perl/tk to arrange the location of a form written in perl/tk? I want a nice look for...
Prabu Subroto
prabu_subroto
Offline Send Email
Feb 3, 2004
2:43 pm
1386
Hi Group, I am new to Perl. I am trying to write a program that reads in a file and then checks the line length. based on the lenght, data is written to 1 of...
Lisa
ms_lisac
Offline Send Email
Feb 5, 2004
1:08 am
1387
... $inputfile contains the first line of Trade.txt (because you had evaluated the angle operator in scalar context. $length contains therefore the length of...
fischron.external@...
dodekaedergu...
Offline Send Email
Feb 5, 2004
8:55 am
1388
Please help, Another newbie question. I am trying to figure out how to search though a file that i've opened for a 3 different string of characters. once the...
Lisa
ms_lisac
Offline Send Email
Feb 5, 2004
8:28 pm
1389
Thanks, I was able to figure out my problem with a little help from several message boards. Lisa ... evaluated...
Lisa
ms_lisac
Offline Send Email
Feb 5, 2004
8:30 pm
1390
Hi all, I've encountered a porblem I don't understand. Below is a small chunk of cgi code that reads usernames and passwords from a file. Despite the fact I...
Paul Malcher
iso196
Offline Send Email
Feb 5, 2004
9:00 pm
1391
The 'chomp' command only removes newline (\n) characters. The 'chop' command removes the last character, no matter what it is. Just be careful with...
kchima01
Offline
Feb 5, 2004
10:47 pm
1392
... Thanks for the wake up call. I've blindly used chomp for so long I don't remeber wtf it did. It also helps if I read the sentence about chomp and hashes. I...
Paul Malcher
iso196
Offline Send Email
Feb 6, 2004
12:46 am
1393
Hai friends, I am a new user to this group.I am an Engineering student.I do want some help regarding my project.Can anyone tell me how to remove multiple blank...
lakshmi_sy2k2
Offline Send Email
Feb 6, 2004
5:57 am
1394
... s/\s+/\s/g This assumes that a space is either the space character or a tab. If you want to restrict it only to literal spaces, use s/ +/ /g instead. ... ...
fischron.external@...
dodekaedergu...
Offline Send Email
Feb 6, 2004
6:51 am
1395
... There is a funny beast called the 'range operator', written as two dots (..), which seems to do exactly what you want. Basically, you have something like...
fischron.external@...
dodekaedergu...
Offline Send Email
Feb 6, 2004
7:06 am
1396
Hi all Cognizant is recruiting Yet again. The exam is on 21st of FEB 2004. For full information please go to the site. And you may forward it to your friends...
Yogi Vasupal
thebeseus
Offline Send Email
Feb 6, 2004
7:10 am
1397
Hi all Cognizant is recruiting Yet again. The exam is on 21st of FEB 2004. For full information please go to the site. And you may forward it to your friends...
Yogi Vasupal
thebeseus
Offline Send Email
Feb 6, 2004
1:24 pm
1398
Thanks for pointing me in the right direction. I will take a look at this. Lisa ... all ... copy ... until ... copy ... in to...
Lisa
ms_lisac
Offline Send Email
Feb 6, 2004
4:34 pm
1399
hello friends, can anyone tell me how to read from a file in word by word.. Is there any function to remove trailing blank spaces and new line character from a...
20cse35
lakshmi_sy2k2
Offline Send Email
Feb 7, 2004
6:50 pm
1400
The BG Cipher Contest I is open. Decipher the code and win prizes. ELIGIBILITY BG Decipher Contest I (the "Contest") is open to any person who is at least 13...
Yogi Vasupal
thebeseus
Offline Send Email
Feb 7, 2004
8:43 pm
1401
The BG Cipher Contest I is open. Decipher the code and win prizes. ELIGIBILITY BG Decipher Contest I (the "Contest") is open to any person who is at least 13...
Yogi Vasupal
thebeseus
Offline Send Email
Feb 8, 2004
12:45 am
1402
hai lakshmi u can remove multiple spaces by induction. suppose that there are n spaces assume that n spaces = 1 sapce hence proved don't work this hard take...
raju sai
sayee3k1
Offline Send Email
Feb 8, 2004
10:34 pm
1403
... I would do this with s/ *$// ... I guess you mean: *trailing* new line characters. Right? Then read the description of chomp. If you know that the number...
fischron.external@...
dodekaedergu...
Offline Send Email
Feb 9, 2004
7:08 am
1404
The BG Cipher Contest I is open. Decipher the code and win prizes. A 50MB YAHOO! MAILBOX WITH INSTANT POP ACCESS AND OTHER FEATURES, ALONG WITH...
Yogi Vasupal
thebeseus
Offline Send Email
Feb 9, 2004
3:30 pm
1405
The BG Cipher Contest I is open. Decipher the code and win prizes. A 50MB YAHOO! MAILBOX WITH INSTANT POP ACCESS AND OTHER FEATURES, ALONG WITH...
Yogi Vasupal
thebeseus
Offline Send Email
Feb 10, 2004
7:56 am
1406
hello friends,    how to run perltk programs in linux and in windows environment?what's the command to run the example programmes available in widget?? i...
20cse35
lakshmi_sy2k2
Offline Send Email
Feb 10, 2004
4:24 pm
1407
hello friends,      i've downloaded Tk module from net..i tried to install in linux.i created one folder in usr/local dir.Then unzipped the downloaded...
20cse35
lakshmi_sy2k2
Offline Send Email
Feb 10, 2004
4:26 pm
1408
... In linux you need to add perl/tk to perl. On the target machine SU to root type perl -MCPAN -e 'shell' then you may have a bit if config to do if its the ...
Paul Malcher
iso196
Offline Send Email
Feb 10, 2004
8:28 pm
1409
Hai, if i tried to copy and run the sample codes from widget , there is no output...No error..what shall be the problem... cheers, Lakshmi.S...
20cse35
lakshmi_sy2k2
Offline Send Email
Feb 11, 2004
4:27 pm
1410
hai, i've problem running tk.. if i download a tk program from net and run it,it's working.. but if i try to run the example programs in widget,it's not...
20cse35
lakshmi_sy2k2
Offline Send Email
Feb 11, 2004
4:27 pm
1411
Hello Group, Is is possible to create a 3 Dimensional array from 3 different arrays? Below is one of the ways I tried to code. If is is possible plese tell me...
Lisa
ms_lisac
Offline Send Email
Feb 11, 2004
4:31 pm
1412
hai, Our project is "Code coverage Analysis of ultra sparc III microprocessor".Our program will check for the coverage of instruction and registers for the...
20cse35
lakshmi_sy2k2
Offline Send Email
Feb 11, 2004
4:32 pm
Messages 1383 - 1412 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