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...
Show off your group to the world. Share a photo of your group with us.

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 26111 - 26140 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26111
... each ... have ... will ... page. ... thing ... I would expect to get one, yes. The easiest to install and powerfull enough for this is in my opinion ...
jendaperl
Offline Send Email
Apr 1, 2008
10:10 am
26112
I installed Net::SSH:Perl on a Linix system and I try to run the script below. I get the "HELLO 1" message but it hangs on the login line. This is right out...
Dukelow, Don
dondukelow
Offline Send Email
Apr 1, 2008
7:40 pm
26113
... script below. I get the "HELLO 1" message but it hangs on the login line. This is right out of the doc'c for Net::SSH::Perl but it still doesn't work. I...
Alexander Saydakov
sandy_saydakov
Online Now Send Email
Apr 2, 2008
12:52 am
26114
I've had this out there for two days now so this mooring I went to Goggle and did some searches and found out the Perl modules Math::BigInt, Math::BigInt::GMP...
Dukelow, Don
dondukelow
Offline Send Email
Apr 3, 2008
2:54 pm
26115
... $ssh->login($user, $pass);...
david wright
david_v_wright
Offline Send Email
Apr 3, 2008
5:52 pm
26116
Your correct, I was testing between two different systems. One of them has SSH set up with no pass fhrase and I forgot to change. Dumm me!!!! ... Don Dukelow...
Dukelow, Don
dondukelow
Offline Send Email
Apr 3, 2008
6:03 pm
26117
How could I split the following content on the 8th item (username)? I've tried doing the split(/ /); but was not successful. Thu Apr 3 16:15:11 2008 started...
perl_beg
Offline Send Email
Apr 3, 2008
8:19 pm
26118
... I guess your problem is about variable number of spaces between the months and the day depending on if the day is a single or a double digit. If so, just...
Alexander Saydakov
sandy_saydakov
Online Now Send Email
Apr 3, 2008
11:53 pm
26119
Hi there, I've been using plain text databases for a while, but now, I think I'll go to mysql (It's for a web app so I prefer using mysql). I've been watching...
David Francos (XayOn)
yo.orco@...
Send Email
Apr 4, 2008
12:37 am
26120
Was just wondering if anyone out there knows of a good tutorial or book on how to mke a calendar in Perl/CGI? TIA. ...
essential quint
quintessential1@...
Send Email
Apr 4, 2008
3:51 am
26121
Hi, You can also use array concept. Below is the scipt. #!/usr/bin/perl print "Hello, World...\n\n\n"; my $str="Thu Apr 3 16:15:11 2008 started 18411 user 1...
PRAVEEN CHAUHAN
best_praveen...
Offline Send Email
Apr 4, 2008
5:54 am
26122
From: "David Francos (XayOn)" <yo.orco@...> ... I'm afraid you will have to explain this better. I have no idea whatsoever what do you want to do and I...
Jenda Krynicky
jendaperl
Offline Send Email
Apr 4, 2008
9:42 am
26123
... Thanks a lot, you're right. I don't know how to exactly explain it but i'll send you an example. This is the database table Thing|| Contint Thang|| Contant...
David Francos (XayOn)
yo.orco@...
Send Email
Apr 4, 2008
12:03 pm
26124
Hi Sandy, thanks for the reply which was very helpful. How can I grab just the user name? Would this work? $u_count = split(/\s+/) [7]; ... (username)? ... ...
perl_beg
Offline Send Email
Apr 4, 2008
12:34 pm
26125
From: "David Francos (XayOn)" <yo.orco@...> ... Table is a set. A set of rows. Not an ordered list. While it has to give you the rows in some order (and...
Jenda Krynicky
jendaperl
Offline Send Email
Apr 4, 2008
2:38 pm
26126
... generally, a perl programmer would prefer something to the affect of: my $str='Thu Apr 3 16:15:11 2008 started 18411 user 1 16:14:25 app=unknown...
david wright
david_v_wright
Offline Send Email
Apr 4, 2008
4:09 pm
26127
... Are you after the substring 'user' in your example string (token #8 with index 7) or after the next token '1' (#9 with index 8)? my $str = 'Thu Apr 3...
Alexander Saydakov
sandy_saydakov
Online Now Send Email
Apr 4, 2008
7:11 pm
26128
Is there a close command to Net::SSHPerl module? I looked through the doc's for it and didn't see any, which I thought was odd. If not why not? my $ssh =...
Dukelow, Don
dondukelow
Offline Send Email
Apr 7, 2008
3:29 pm
26129
Hi Dave, yeah I would say I'm no where near a programmer just do basic scripts. Here is what I'm trying to do. I'm using a hash so I don't get duplicate names...
perl_beg
Offline Send Email
Apr 7, 2008
6:28 pm
26130
Hi Dave, yeah I would say I'm no where near a programmer just do basic scripts. Here is what I'm trying to do. I'm using a hash so I don't get duplicate names...
perl_beg
Offline Send Email
Apr 7, 2008
6:35 pm
26131 perl_beg
Offline Send Email
Apr 7, 2008
6:39 pm
26132
This worked, I found out the main problem was me. It takes about 1 min. 10 sec. for this to work. I can manually type it in and get much better results and...
Dukelow, Don
dondukelow
Offline Send Email
Apr 8, 2008
12:29 am
26133
... min. 10 sec. for this to work. I can manually type it in and get much better results and I'm only a two finger typist. The debug option didn't give me...
Alexander Saydakov
sandy_saydakov
Online Now Send Email
Apr 8, 2008
5:00 am
26134
Hi All, I am a new member of this group. I am trying to install MySQL. to do this, we need to install 3 softwares like DBI, ShowTable and MySQL DBD module. I...
newlinuxday07
Offline Send Email
Apr 8, 2008
5:50 am
26135
you can find fabulous computer tutorials visit this http://www.univbgpk1.newsit.es/...
univbgpk
Offline Send Email
Apr 8, 2008
10:38 am
26136
... You need to have installed MySql on your system before you attempt the DBD installation. Installing MySql will provide you with the missing files....
Mike Southern
mikesouthern
Offline Send Email
Apr 8, 2008
11:41 am
26137
I'm getting "Can't locate Math/GMP.pm in @INC". I does exist but its in "Math/BigInt/GMP.pm". I've set the variable PERL5LIB " echo $PERL5LIB ...
Dukelow, Don
dondukelow
Offline Send Email
Apr 8, 2008
1:51 pm
26138
Try moving GMP.pm to "Math/GMP.pm" Bob ... From: "Dukelow, Don" <dukelow@...> To: "perl-beginner@yahoogroups.com" <perl-beginner@yahoogroups.com> Sent:...
Bob Kardell
bobkardell
Offline Send Email
Apr 8, 2008
2:19 pm
26139
OK Bob that worked thanl you!. Now moveing on, when I use SSH2 all works great. But when I have to use SSH! I get the message "Can't locate object method...
Dukelow, Don
dondukelow
Offline Send Email
Apr 8, 2008
7:34 pm
26140
Hello perl_beg, I would offer the following suggestions for approaching your task It seems unnecessary in this case to open a pipe to perl open from shell...
david wright
david_v_wright
Offline Send Email
Apr 8, 2008
7:36 pm
Messages 26111 - 26140 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