Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? 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 26493 - 26527 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26493
I have the following code that works, but I don't understand two things: 1. Why does the first line of the code have to be an empty hash? It works, but if...
ethelannrocks
Offline Send Email
Dec 1, 2008
8:52 am
26494
... I tried your code on my local machine and the program works fine with this line commented out. What led you to believe it wouldn't? ... $name_found is...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 1, 2008
10:24 am
26495
... A lot depends on what you mean by "it didn't work"? Exactly how did it fail? Be precise. Here's my test (which works fine on Activestate perl version...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 2, 2008
12:12 am
26496
... Asking questions (and answering questions) is the purpose of this list. ... In the perl documentation there are 9 perl FAQ files labeled perlfaq1 through...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Dec 2, 2008
12:13 am
26498
... works, but if this is right, I don't understand why it needs to be where it is. Line 3 - %hash = (); It's an old 'cargo cult' thing - or belts/suspenders,...
andy_bach@...
afbach1
Offline Send Email
Dec 2, 2008
5:01 pm
26500
I'm trying to install Perl ssh2 and it requires this library to be installed to work. But I've tried all I can thing of to get it to work. I've Goggled the...
Dukelow, Don
dondukelow
Offline Send Email
Dec 9, 2008
2:43 pm
26501
how i write the main progrom to to identify all restriction enzyme recognition sites of one or more enzymes from a fasta file compare with the bionet...
oceanaut88
Offline Send Email
Dec 20, 2008
4:22 pm
26502
... CPAN module PDF::Parse should help you to complete the task. Cheers Yogesh...
Yogesh Sawant
yoga_sawant
Offline Send Email
Dec 20, 2008
5:49 pm
26503
I process CSV a lot using my traditional split mechanism. Now i realised two modules are present for processing CSV. To filter some data from CSV file.. what...
YogS
yogi_raj_143
Offline Send Email
Dec 28, 2008
3:28 pm
26504
From: YogS <mail2yogs@...> ... There's also Text::CSV_XS. Which one is better depends on your needs. If you just need to read and process the whole CSV,...
Jenda Krynicky
jendaperl
Offline Send Email
Dec 28, 2008
7:48 pm
26505
Enter your vote today! A new poll has been created for the perl-beginner group: What type of applications are you using Perl for? o Web Application o System...
perl-beginner@yahoogr...
Send Email
Dec 31, 2008
2:17 pm
26506
How to debug the perl program like shell script option "set -x"? I am facing one problem in perl program where this perl program gets call from one shell...
ashchorge
Offline Send Email
Jan 1, 2009
5:09 am
26507
Friend , set -x option wil not work for perl script. if you want to debug perl script i think you need to put -d option in script which might help in your case...
vidhut singh
chat2vidhut
Offline Send Email
Jan 1, 2009
5:18 am
26508
Hi, Does anyone know of a graphical debugger that will work with windows XP distribution? Thanks, Kevin...
mrkcoconnell
Offline Send Email
Jan 3, 2009
4:12 am
26509
To: perl-beginner@yahoogroups.com From: "mrkcoconnell" <mrkcoconnell@...> Date sent: Sat, 03 Jan 2009 04:12:09 -0000 ...
Jenda Krynicky
jendaperl
Offline Send Email
Jan 3, 2009
2:30 pm
26510
Hi I am having problems going through the hash reference and outputting the result. Can someone tell me how to traverse thorugh the output of "p4 info" using ...
saurabh talwar
talwar_sunny
Offline Send Email
Jan 5, 2009
11:42 pm
26511
Couple of ways --- 1. my @p4=@$p4_info ; 2. my @p4=@{$p4->Run( "info" )}; after that you can easily process @p4 array .... ~vidhut ... From: saurabh talwar...
vidhut singh
chat2vidhut
Offline Send Email
Jan 6, 2009
5:24 am
26512
From: "saurabh talwar" <talwar.saurabh@...> ... use Data::Dumper; print Dumper($p4_info); Once you know what's inside the $p4_info you can acces the...
Jenda Krynicky
jendaperl
Offline Send Email
Jan 6, 2009
12:19 pm
26513
Hello Jenda, Thanks for your response. I am comfortable with SQL so I'll try that option too... -- YogS ... [Non-text portions of this message have been...
YogS
yogi_raj_143
Offline Send Email
Jan 6, 2009
1:37 pm
26514
I'm working with the Net::Telnet module and having trouble with the prompt. I have two sets of network switches and the respond to two very slight differences...
Dukelow, Don
dondukelow
Offline Send Email
Jan 6, 2009
3:27 pm
26515
... Certainly: Prompt => '/> ?$/' That means a ">" followed by an optional space followed by the end of the string. -- The Cross Reference -...
Jeff Pinyan
evilffej
Offline Send Email
Jan 7, 2009
11:29 pm
26516
Thank You! ... Don Dukelow HP/GM GSC33 License Team Tel: 810-728-3388 e-mail: dukelow@... ________________________________ From:...
Dukelow, Don
dondukelow
Offline Send Email
Jan 8, 2009
11:24 am
26517
I'm using Perls Net::Telnet module to connect to Cisco switches. After I do several show commands and put the output in a file I go back and pull the...
Dukelow, Don
dondukelow
Offline Send Email
Jan 8, 2009
4:26 pm
26521
Hi I have the following two scripts test.cgi & displaytest.cgi test.cgi is intended to redirect itself to displaytest.cgi and send some arguments. The problem...
hooyar66
Offline Send Email
Jan 14, 2009
6:46 pm
26522
... hooyar66> The problem I am having is that I can never get the arguments hooyar66> successfully sent! hooyar66> Redirect without arguments works fine - but...
merlyn@...
merlynstoneh...
Online Now Send Email
Jan 14, 2009
7:36 pm
26523
... approached ... 777 0095 ... discussion ... That's fantastic - many thanks Randal. ... "authority" is the word - the other sources I used didn't state a ...
hooyar66
Offline Send Email
Jan 14, 2009
8:48 pm
26524
... yup, as advertised. ... yup, I don't see the redirect method accepting an hashref as a arg in the docs. ... yup, again, I don't see the redirect method...
david wright
david_v_wright
Offline Send Email
Jan 15, 2009
5:28 am
26525
I'm working with a hash of hashes and I'm testing for the sccond key, but it doesn't seem to work. if (exists $RHASH->{key1}->{key2}) { do this... } else { No...
Dukelow, Don
dondukelow
Offline Send Email
Jan 19, 2009
4:19 pm
26526
Hello,   See these, http://perldoc.perl.org/functions/exists.html http://www.perl.com/doc/manual/html/pod/perlfunc/exists.html   they both mention that, the...
Dhanashri Bhate
dhanashri_bhate
Offline Send Email
Jan 19, 2009
4:48 pm
26527
... long as the final operation is a hash or array key lookup or subroutine name: if (exists $ref->{A}->{B}->{$key}) { } ... $ref->{A}->{B}->[$ix]) { } ...
kenshail2003
Offline Send Email
Jan 19, 2009
10:59 pm
Messages 26493 - 26527 of 26718   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