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...
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> 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,...
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@...
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...
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 ...
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 ...
tell me more abt...lemme try to help u.. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
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...
... 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...
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@...
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@...
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@...
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...
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 ...
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...
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...
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@...
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@...
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@...
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:...
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...
... 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...