Hi there, I am trying to log into multiple Devices via ssh. the first ssh sessions is handled fine. There is a for loop scrolling through IPs and the SSH...
Noah
admin2@...
Jun 10, 2008 3:59 pm
26226
Here is a set of flashcards our developers have been using to learn Perl with very good results: http://www.yoyobrain.com/subjects/show/3121 We are trying to...
... Forgot to add- add the subject to your study materials, click on try a learning drill, it will quiz you on the information. We've had success in mastering...
... Elizabeth> We are trying to improve the quality of the content so we can Elizabeth> provide a resource to the community. I'm grateful for any feedback ...
Hi, I want to know about the idea of file naming convention. I am working with windows based. How to convert the files in one folder with naming like ".html to...
I couldn't understand your requirement. can you explain it clearly? ... From: rvidya_19812003 <rvidya_19812003@...> Subject: [PBML] Naming Covention ...
In Shell, we can do this: I have files with extension .txt in a directory,, below code will rename those files with .html extensions.. foreach i ( ` ls *.txt |...
hi u can do it in dos promt also copy *.html *.xml copy *.html c:\hi\*.xml Regards Anil Kumar ... From: srinivas reddy To: perl-beginner@yahoogroups.com Sent:...
... <snip> and someone else earlier suggested> ... <snip> in response to the original querant's, Vidya's> ... perldoc -q rename will direct one's attention to...
C.Y./J.E. Cripps
cycmn@...
Jun 17, 2008 10:48 am
26235
Is there is any module available to read the mail from Exchange Server using MAPI protocol. (Because of security reasons my exchange server pop3, imap...
You have to use references for the same. For a key, you can assign the value as array or hash reference. Since references are scaler values only, Perl will not...
Amit Saxena
learn.tech123@...
Jul 2, 2008 5:09 am
26238
Here is the example which shows multiple values can be stored in one hash . e.g $hash{$key}->{$x_corrd}= $val $hash{$key}->{$y_corrd}=$val -Regards, vidhut ......
Hello, I'm new on this list and perl and hope you can help me out with a little problem. I have a little problem with a hash / key reference. I have two...
Erwin Krause
devnull@...
Jul 2, 2008 9:39 am
26241
Use \Q and \E before and after respectively in search string. Â i.e. Â $sample=~s#\Q<Subject> [3b2users] x-counters</ Subject>< Received> 7/2/2008 2:00:00...
Thanks its working fine. _____ From: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] On Behalf Of VIJAY KUMAR Sent: Wednesday, July 02,...
... Erwin> Hello, Erwin> I'm new on this list and perl and hope you can help me out with a little Erwin> problem. Erwin> I have a little problem with a hash /...
Erwin> Hello, Erwin> I'm new on this list and perl and hope you can help me out with a little Erwin> problem. Erwin> I have a little problem with a hash / key...
Erwin Krause
devnull@...
Jul 3, 2008 4:48 am
26246
... Erwin> Yeah you are right, I used ( ) in my code, just wrote this down and dont Erwin> c&p that part, so I did the mistake. I've stopped helping you now....
Hi All, I have Microsoft Office Outlook 2003 and Microsoft Outlook express 6 in the same system. Microsoft Office Outlook 2003 contains my official emails and...
Mh I'm really sorry, but i dont have an syntax problem. But i can make this more imaginable #!/usr/bin/perl use strict; use warnings; %config = ( ip =>...
Erwin Krause
devnull@...
Jul 3, 2008 2:36 pm
26250
... Erwin> Mh I'm really sorry, but i dont have an syntax problem. Erwin> But i can make this more imaginable Erwin> #!/usr/bin/perl Erwin> use strict; Erwin>...
As tile [Non-text portions of this message have been removed]...
Henry Read
henryar2@...
Jul 6, 2008 5:35 am
26252
I want to remove from the string below - "array ( " at the front and the ", )" at the end with a single substitute command. The following is what I have tried...
It's working at my end though it does not seems to be an efficient way, [root@111 ~]# cat v.pl #! /usr/bin/perl my $string = "array ( 101 => 11, 89 => 13, 88...
Amit Saxena
learn.tech123@...
Jul 8, 2008 11:58 am
26254
... 1, )"; ... Very bizarre - it's not working for me: WIN XP, Activestate v5.8.8 Can you recommend a more 'efficient way'? Thanks...
Hi Not sure whether my version is more efficient / better or not (comments awaited) :- [root@111 ~]# cat v.pl #! /usr/bin/perl my $string = "array ( 101 => 11,...