... 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 ...
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...
... 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...
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...
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...
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...
... 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...
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@...
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@...
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...
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...
... 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@...
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)? ... ...
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...
... 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...
... 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...
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 =...
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...
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...
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...
... 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...
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...
... You need to have installed MySql on your system before you attempt the DBD installation. Installing MySql will provide you with the missing files....
Try moving GMP.pm to "Math/GMP.pm" Bob ... From: "Dukelow, Don" <dukelow@...> To: "perl-beginner@yahoogroups.com" <perl-beginner@yahoogroups.com> Sent:...
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...
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...