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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 26225 - 26255 of 26718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26225
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@...
Send Email
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...
Elizabeth Barnwell
elizbwell
Offline Send Email
Jun 11, 2008
4:03 pm
26227
... 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 Barnwell
elizbwell
Offline Send Email
Jun 11, 2008
4:08 pm
26228
... 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 ...
merlyn@...
merlynstoneh...
Offline Send Email
Jun 11, 2008
4:14 pm
26230
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...
rvidya_19812003
Offline Send Email
Jun 14, 2008
9:56 am
26231
I couldn't understand your requirement. can you explain it clearly? ... From: rvidya_19812003 <rvidya_19812003@...> Subject: [PBML] Naming Covention ...
VIJAY KUMAR
mp_vijayakumar
Offline Send Email
Jun 17, 2008
6:29 am
26232
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 |...
srinivas reddy
reddysrinivas_k
Offline Send Email
Jun 17, 2008
6:44 am
26233
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:...
Anil Kumar BN
bnanilgowda
Offline Send Email
Jun 17, 2008
6:50 am
26234
... <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@...
Send Email
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...
C.T.Durai
durai_34
Offline Send Email
Jun 24, 2008
9:06 am
26236
Hello,   Good afternoon. I want to open a file and store data in a HASH. Well, my input file format is like this (a Csv file with list of...
Charith Dias
charith_dias
Offline Send Email
Jul 2, 2008
5:01 am
26237
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@...
Send Email
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 ......
vidhut singh
chat2vidhut
Offline Send Email
Jul 2, 2008
5:20 am
26239
Hi All, #my string is $sample="<Mail><Subject>[3b2users] x-counters</Subject><Received>7/2/2008 2:00:00 PM</Received></Mail>"; #find and replace ...
n.samuel79
Offline Send Email
Jul 2, 2008
9:32 am
26240
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@...
Send Email
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...
VIJAY KUMAR
mp_vijayakumar
Offline Send Email
Jul 2, 2008
10:14 am
26242
Thanks its working fine. _____ From: perl-beginner@yahoogroups.com [mailto:perl-beginner@yahoogroups.com] On Behalf Of VIJAY KUMAR Sent: Wednesday, July 02,...
samuel
n.samuel79
Offline Send Email
Jul 2, 2008
10:23 am
26243
... 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 /...
merlyn@...
merlynstoneh...
Offline Send Email
Jul 2, 2008
2:56 pm
26244 Erwin Krause
devnull@...
Send Email
Jul 2, 2008
6:06 pm
26245
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@...
Send Email
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....
merlyn@...
merlynstoneh...
Offline Send Email
Jul 3, 2008
5:40 am
26247
Hello,   Thanks a lot!! I got the required output. :)   Regards,   Charitha DIAS     ... From: vidhut singh <chat2vidhut@...> Subject: Re: [PBML]...
Charith Dias
charith_dias
Offline Send Email
Jul 3, 2008
8:08 am
26248
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...
Samuel N
n.samuel79
Offline Send Email
Jul 3, 2008
9:39 am
26249
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@...
Send Email
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>...
merlyn@...
merlynstoneh...
Offline Send Email
Jul 3, 2008
3:35 pm
26251
As tile [Non-text portions of this message have been removed]...
Henry Read
henryar2@...
Send Email
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...
hooyar66
Offline Send Email
Jul 8, 2008
11:40 am
26253
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@...
Send Email
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...
hooyar66
Offline Send Email
Jul 8, 2008
12:16 pm
26255
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,...
Amit Saxena
learn.tech123@...
Send Email
Jul 8, 2008
12:31 pm
Messages 26225 - 26255 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