Skip to search.
perl-beginner · Perl Beginners Mailing List

Group Information

  • Members: 2100
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 27314 - 27343 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27314 Kimberly KAST
linuxgeekswife Offline Send Email
Apr 13, 2012
9:09 pm
Thanks Eric I will check some out & I have been reading one site another member shared.. My husband does allot of those himself but none on perl though he has...
27315 Roger
rfbits Offline Send Email
Apr 19, 2012
4:25 am
Hi PerlMonks, I have a simple test file under t/. I want to display the summary after running all the tests. For some reason, the summary is displayed before...
27316 timothy adigun
eternity8008 Offline Send Email
Apr 19, 2012
5:10 am
... Rog> Hi PerlMonks, Rog> I have a simple test file under t/. I want to display the summary after running all the tests. For some reason, the summary...
27317 Roger
rfbits Offline Send Email
Apr 19, 2012
6:23 am
hmm....that's weird. I see the attachment in the sent mail. Anyhow I'm attaching the file again. Thanks, Roger ________________________________ From: timothy...
27318 Roger
rfbits Offline Send Email
Apr 19, 2012
6:33 am
hmm....that's weird. I see the attachment in the sent mail. Anyhow I'm attaching the file again. Thanks, Roger ________________________________ From: timothy...
27319 Charles K. Clarkson
charlesclarkson Offline Send Email
Apr 19, 2012
3:57 pm
... [...] ... It looks like your attachment is being stripped. Try using Pastebin (http://pastebin.com/) or a similar service to share large blocks of code....
27320 Jeremy Naylor
e_livingnz Offline Send Email
Apr 20, 2012
2:09 am
... Hey Roger and all, Charles is right - attachments are stripped from e-mails before they're sent to the e-mail list. Hope this helps. Cheers, Jeremy Naylor...
27321 Lim
lim.weijer Offline Send Email
Apr 21, 2012
10:42 am
Hi all, Is me again. Can anyone help me to solve a simple question below I still can not do it correctly. for this (4.94588dB,-90.8129? I wan to save the...
27322 David Precious
bigpresh Offline Send Email
Apr 21, 2012
10:51 am
On Sat, 21 Apr 2012 10:09:33 -0000 ... I think I recall you mentioning this before, but not giving much detail. This should work: /,(.+)\?/ DB<1> x...
27323 Joe Pepersack
joe@... Send Email
Apr 21, 2012
5:56 pm
What database are you running? Stored procedures, and the methods for extending them with non-SQL languages, are all platform specific. Performance may be a...
27324 Lim
lim.weijer Offline Send Email
Apr 22, 2012
12:27 pm
... Here I got a big problem regarding to this.I found that my searching will not stop if it does not match any word in the file or text.I attach my example at...
27325 Lim
lim.weijer Offline Send Email
Apr 22, 2012
12:27 pm
... Yes. It works. Thanks. Regards LIM...
27326 Lim
lim.weijer Offline Send Email
Apr 22, 2012
12:28 pm
... Hi, I got a question. If the word I wan to search is not find in a text or sentense. I found that the search will go on without stopping. Is there any idea...
27327 Brian F. Yulga
byulga@... Send Email
Apr 22, 2012
3:43 pm
... Stop there. $go is unnecessary and is tripping you up. Start those lines over with: open ( my $logfile, '<', $funcfile ) or die "Can't open source file ...
27328 timothy adigun
eternity8008 Offline Send Email
Apr 22, 2012
9:53 pm
... Lim> --- In perl-beginner@yahoogroups.com, "Lim" <lim.weijer@...> wrote: Lim> > Lim> > Hi all, Lim> > Lim> > Is me again. Lim> > Can...
27329 timothy adigun
eternity8008 Offline Send Email
Apr 22, 2012
11:47 pm
... Ran> >>>>> "timothy" == timothy adigun <2teezperl@...> writes: Ran> timothy> m/.+?\((.+?)\)=(?:\s+)?\((.+?)dB,(.+?)\)/; Ran> timothy>...
27330 merlyn@...
merlynstoneh... Offline Send Email
Apr 22, 2012
11:50 pm
... Ran> >>>>> "timothy" == timothy adigun <2teezperl@...> writes: Ran> timothy> timothy> m/.+?\((.+?)\)=(?:\s+)?\((.+?)dB,(.+?)\)/; Ran> timothy>...
27331 merlyn@...
merlynstoneh... Offline Send Email
Apr 22, 2012
11:56 pm
... timothy> m/.+?\((.+?)\)=(?:\s+)?\((.+?)dB,(.+?)\)/; timothy> my $fvalanom = $1; timothy> my $fval = $2; Please...
27332 Roger
rfbits Offline Send Email
Apr 23, 2012
3:28 am
Here's the code and output: ======> test.t #!/usr/bin/perl use strict; use warnings; require "/home/mydir/perl5/lib/perl5/TAP/Harness.pm"; require...
27333 Roger
rfbits Offline Send Email
Apr 23, 2012
3:28 am
Resending the message..... ________________________________ From: Roger <rfbits@...> To: "perl-beginner@yahoogroups.com" <perl-beginner@yahoogroups.com> ...
27334 Tariq Hasan
taz.hasan... Offline Send Email
May 10, 2012
11:50 am
Hi All Any idea where I can download the perl module date::manip 5.8.8, and any associated install/compile instructions for HP-UX 11.31? Thanks Tariq [Non-text...
27335 Shawn H Corey
shawnhcorey@... Send Email
May 10, 2012
12:13 pm
... Welcome to the group. Try: $ sudo cpan Date::Manip -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and...
27336 Tariq Hasan
taz.hasan... Offline Send Email
May 10, 2012
1:13 pm
Thanks Shawn I have got this far: Sorry, we have to rerun the configuration dialog for CPAN.pm due to some missing parameters... The following questions are...
27337 Shawn H Corey
shawnhcorey@... Send Email
May 10, 2012
1:30 pm
... Normally, I choose the default values. The configure adapts itself to your OS, so they should work. For more information, see `perldoc cpan`. -- Just my...
27338 Tariq Hasan
taz.hasan... Offline Send Email
May 10, 2012
1:34 pm
SHawn Ive got this far: If you're accessing the net via proxies, you can specify them in the CPAN configuration or via environment variables. The variable in ...
27339 merlyn@...
merlynstoneh... Offline Send Email
May 10, 2012
4:24 pm
... Tariq> Could not fetch MIRRORED.BY If you can't fetch that, you're likely not seeing the internet from your box. Fix that first. If you have to use a...
27340 Ken Shail
shailken Offline Send Email
May 16, 2012
1:43 am
In Graham Barr's Net::SMTP for example he uses the following syntax: ${*$obj}{'net_smtp_host'} = $host; in his sub new and other places. Could someone please...
27341 Shawn H Corey
shawnhcorey@... Send Email
May 16, 2012
12:49 pm
... This is unusual syntax. The following is equivalent to the above: ${*{$obj}}{'net_smtp_host'} = $host; But I have no idea what it does. :( -- Just my...
27342 merlyn@...
merlynstoneh... Offline Send Email
May 16, 2012
2:36 pm
... Ken> In Graham Barr's Net::SMTP for example he uses the following syntax: Ken> ${*$obj}{'net_smtp_host'} = $host; Ken> in his sub new and other places. ...
27343 andy_bach@...
afbach1 Offline Send Email
May 16, 2012
3:27 pm
... ${*{$obj}}{'net_smtp_host'} = $host; My guess is $obj is the 'name' the *{$obj} gets you to the typeglob (all the Perl variable types using the word in ...
Messages 27314 - 27343 of 27344   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help