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 26436 - 26470 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26436
To: perl-beginner@yahoogroups.com From: "Ashkan R." <xhexaman@...> Date sent: Tue, 30 Sep 2008 18:18:58 -0000 Subject:...
Jenda Krynicky
jendaperl
Offline Send Email
Oct 2, 2008
1:13 pm
26437
From: "Karen Nadalin" <kznadalin@...> ... Maybe they meant my @array = (1, 2, 3, 4, 5); for(my $i = 6; $i <= 8; $i++) { push @array, $i; } Jenda =====...
Jenda Krynicky
jendaperl
Offline Send Email
Oct 2, 2008
1:14 pm
26438
Trying to use Perl to parse through a PDF file to find a string value. Has anyone design code using Perl to open a PDF file to compare a string value inside...
Gordon Robertson
gordon_maximo
Offline Send Email
Oct 3, 2008
5:34 pm
26439
Hi, I am having a perl script which outputs the table data from sybase db in the output.csv file using sql query ... But I need to have column headers/col...
Ankur
ankurzvohra
Offline Send Email
Oct 10, 2008
3:34 pm
26440
... Ankur> I am having a perl script which outputs the table data from sybase db Ankur> in the output.csv file using sql query ... Are you using DBI? If so,...
merlyn@...
merlynstoneh...
Offline Send Email
Oct 10, 2008
3:51 pm
26441
I want an efficient subroutine that inserts $elt into @x and returns the percentile of $elt in @x. For example, if @x is (2,2,3,3,3,4,5,6,7,8) and $elt is 3,...
Kelly Jones
kelly.terry.jones@...
Send Email
Oct 11, 2008
4:31 pm
26442
On Sat, Oct 11, 2008 at 12:31 PM, Kelly Jones ... I'd agree. ... It's not THAT ugly, although keeping the array sorted would be very helpful. You needn't keep...
Jeff Pinyan
evilffej
Offline Send Email
Oct 13, 2008
2:49 pm
26443
Hi My knowledge in perl is only for search and replace, foreach loops some basic stuffs. I don't know how to use module. I have tried this example in ...
Anil KUMAR BN
bnanilgowda
Offline Send Email
Oct 14, 2008
10:01 am
26444
Hi My knowledge in perl is only for search and replace, foreach loops some basic stuffs. I don't know how to use module. I have tried this example in ...
Anil KUMAR BN
bnanilgowda
Offline Send Email
Oct 14, 2008
10:08 am
26445
Hi all, I need to know how to convert PDF files to a text file using Perl. Thank you. Gordon...
Gordon Robertson
gordon_maximo
Offline Send Email
Oct 14, 2008
3:07 pm
26446
... Hi Gordon, You can use xpdf. Below is a link with more information. (the link should be all on 1 line. but it wraps in this msg.) ...
a_z0_9_blah
Offline Send Email
Oct 14, 2008
7:56 pm
26447
Hello guys.. I am new to perl..i need some help in order to automate the assembly intruction set... Ex: This file is an input to acript file: ADD...
praghavendra_reddy
praghavendra...
Offline Send Email
Oct 17, 2008
5:31 pm
26448
tell me more abt...lemme try to help u.. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
thanga durai
durai_34
Offline Send Email
Oct 18, 2008
6:34 am
26451
Pattern is not clear. Could you elaborate bit more?...
dlinuxguy
Offline Send Email
Oct 22, 2008
9:13 pm
26452
Hello All: I was trying to run an executable program (in Unix) using the system command. (Successful execution of this executable writes out <.out> files in...
aditi gupta
aditi9783
Offline Send Email
Oct 24, 2008
8:16 pm
26453
... Two problems. First: You have *single quotes* around $command, which means it won't be expanded as a variable, it will literally be the characters...
Jeff Pinyan
evilffej
Offline Send Email
Oct 24, 2008
8:22 pm
26454
Well the system commands returns the exit status of the executed program . In your case the external program is running successfuly so its exit status is 0...
Arun Pandey
arunp@...
Send Email
Oct 24, 2008
8:24 pm
26455
I saw something like this in a mimedefang tutorial: sub foo ($$$$) {return 1;} By trial and error, I discovered this means: foo takes EXACTLY four arguments,...
Kelly Jones
kelly.terry.jones@...
Send Email
Oct 25, 2008
2:07 am
26456
How can I see all the local, global, etc Perl variables defined at a given point in my program? -- We're just a Bunch Of Regular Guys, a collective group...
Kelly Jones
kelly.terry.jones@...
Send Email
Oct 25, 2008
2:12 am
26457
On Fri, Oct 24, 2008 at 10:07 PM, Kelly Jones ... This is called "function prototyping" and can be found in the *perlsub*(Perl subroutine) documentation on...
Jeff Pinyan
evilffej
Offline Send Email
Oct 25, 2008
3:04 am
26458
Wow. Thank you guys for the input! I see the problem now. :) Best Aditi ... From: Jeff Pinyan <japhy.734@...> Subject: Re: [PBML] system command in Perl ...
aditi gupta
aditi9783
Offline Send Email
Oct 25, 2008
7:51 pm
26459
Is anyone on this list based in Southern California who would qualify as a Perl tutor? I am realizing I need someone to talk to in person to identify some...
Karen Nadalin
kznadalin
Offline Send Email
Oct 29, 2008
6:20 am
26460
Hi, it is called function (subroutine) prototyping. If you need I will dig up some more info for you. Contact me privately. Gabaux Linux is like a wigwam: no...
Urban Gabor
gabauxhu
Offline Send Email
Oct 30, 2008
7:57 am
26461
Hello all, Recently I faced one scenario with references and array slice in perl. I used following program to retrieve the rows from a table in Oracle using ...
Amit Saxena
learn.tech123@...
Send Email
Oct 31, 2008
9:46 am
26462
Hi What's the difference between passing "?" versus ":1", ":2", ":3" etc in prepare in Perl DBI ? For example, what's the difference between following two...
Amit Saxena
learn.tech123@...
Send Email
Nov 3, 2008
5:58 am
26463
... Thanks for the help. I am not clear with both of them. Regards, Amit Saxena [Non-text portions of this message have been removed]...
Amit Saxena
learn.tech123@...
Send Email
Nov 3, 2008
6:53 am
26467
When I do a "perl Makefile.PL" on a module is there a way to tell it which complier I want it to use? ... Don Dukelow HP/GM GSC33 License Team Tel:...
Dukelow, Don
dondukelow
Offline Send Email
Nov 13, 2008
9:50 pm
26468
I'm trying to install Perl SSH on a Sun Solaris 10 syatem. The version of Perl on the system is 5.8.4. I have a problem with several dependances for it. In...
Dukelow, Don
dondukelow
Offline Send Email
Nov 14, 2008
6:30 pm
26469
Consider: perl -le '$hash{"foo-bar"} = 1; print $hash{foo-bar}' [no result] perl -le '$hash{"foobar"} = 1; print $hash{foobar}' 1 I sort of understand this: in...
Kelly Jones
kelly.terry.jones@...
Send Email
Nov 15, 2008
6:52 pm
26470
... If you had warnings turned on, you'd be told that 'foo' and 'bar' are unquoted barewords that are being treated as constants. And strings treated in...
Jeff Pinyan
evilffej
Offline Send Email
Nov 15, 2008
9:44 pm
Messages 26436 - 26470 of 26720   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