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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 26402 - 26441 of 26441   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26402
Jins Thomas wrote: [snip] ... my @lparams = qw/hello how are you/; my $lparamNames = \@lparams; print $#lparams, " is the last index of the \@lparams...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 11, 2008
10:11 am
26403
... Do you have the specification for the .msg file? We would need to know how the file is organized to munge the data into that format. I assume you already...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 11, 2008
10:15 am
26404
Hi Charles, I am new to perl. My requirement is simple. 1. I have a automated system, which will generates report saved in XML file 2. I want to convert the...
n.samuel79
Offline Send Email
Sep 11, 2008
12:48 pm
26405
... Hello. ... I assumed that. This is a perl beginners list. ... Yes. You explained this in the first email. We already know the file format for producing and...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 11, 2008
4:29 pm
26406
n.samuel179, You can try OLE, that would allow you to drive Outlook. of course you'd need outlook on the machine. I've had much luck using it for Excel and...
conveyance
Offline Send Email
Sep 12, 2008
2:27 am
26408
I have a question? My instructor did not pass me on my script/library project because of "illegal division by zero on line 14 of obj13-lib.pl (my library) part...
fast.linux
Offline Send Email
Sep 17, 2008
5:44 am
26411
... fast> return ($functionSum,$functionSum / $count); If $count is 0, then this will divide by 0. And $count could be 0 if there are no lines. -- Randal L....
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 17, 2008
1:49 pm
26415
Apologies for what I am sure just requires a pretty simple logic flow, however I've had a long day... and this IS the place to ask :-) The code below is wrong...
hooyar66
Offline Send Email
Sep 18, 2008
5:56 pm
26416
... hooyar66> All I want to do is read from a source text file and write each new hooyar66> line to one of four new files in sequence until the source file is ...
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 18, 2008
6:20 pm
26417
... What about the modulo operator? use Switch; foreach (1 .. 16) { $rest = $_ % 4; switch ($rest) { case 0 { print "To fh1\n"; } case 1 { print "To fh2\n"; } ...
patrick@...
Send Email
Sep 18, 2008
7:03 pm
26418
... From: hooyar66 <hooyar66@...> To: perl-beginner@yahoogroups.com Sent: Thursday, September 18, 2008 12:56:35 PM Subject: [PBML] Sequential loop...
Bob Kardell
bobkardell
Offline Send Email
Sep 18, 2008
7:13 pm
26419
... That's exactly what I wanted - many thanks Patrick...
hooyar66
Offline Send Email
Sep 18, 2008
8:24 pm
26420
... Bob> How about something like: Bob> $loop_num = 1; Bob> while(<$ip>) { Bob>     $line_num = ($. + 4) - (4 * $loop_num); Bob>     if ($line_num ==...
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 18, 2008
9:56 pm
26421
I have a RHEL operating system installed in my machine. This OS supports GUI. Now one application is running say Firefox. Now using Perl program I want to take...
ashchorge
Offline Send Email
Sep 19, 2008
6:32 am
26425
I'll stick my neck out here and ask; in your lib file, how do you increment an uninitialized variable? ... From: fast.linux <fast.linux@...> Subject:...
Donald Korrecta
draktrax
Offline Send Email
Sep 22, 2008
4:21 pm
26426
I'm a bit desperate to locate a resource that can help me understand this assignment. I've plowed through a number of reading assignments, searched online to...
Karen Nadalin
kznadalin
Offline Send Email
Sep 30, 2008
5:39 am
26427
Okay, this is what I came up with (a little better understanding), but where is "for loop" in this? '@array = 1..5; $a = @array; $b = push @array, 6..8; print...
Karen Nadalin
kznadalin
Offline Send Email
Sep 30, 2008
7:34 am
26428
... Karen> I'm a bit desperate to locate a resource that can help me understand Karen> this assignment. I've plowed through a number of reading assignments, ...
merlyn@...
merlynstoneh...
Online Now Send Email
Sep 30, 2008
7:35 am
26430
A hash of hashes is being passed to the print_array function with the reference $lic_hash. I can get the keys for the outer hash but keys for the inter hash...
Dukelow, Don
dondukelow
Offline Send Email
Sep 30, 2008
5:58 pm
26431
... Thank you providing well-formatted and easy-to-read code, and for formulating your question clearly. The error on line 73 is that $lic_hash->$key is...
Jeff Pinyan
evilffej
Offline Send Email
Sep 30, 2008
6:08 pm
26432
I knew it had to be simple it worked, thank you. ... Don Dukelow e-mail: dukelow@... ________________________________ From: perl-beginner@yahoogroups.com...
Dukelow, Don
dondukelow
Offline Send Email
Sep 30, 2008
6:14 pm
26433
hi i have some skills in C++ and C#.net and of course vb. in past year I've started to use Linux as my secondary OS. It seems Perl and Linux are very good...
Ashkan R.
xhexaman
Offline Send Email
Sep 30, 2008
6:18 pm
26434
... In perl, you will probably be writing the program to interact with the operating system command line prompt, not a web page and not a GUI window. HTH, -- ...
Charles Clarkson
charlesclarkson
Offline Send Email
Sep 30, 2008
6:53 pm
26435
... The perl documentation is a good start and Learning Perl is a great book. One of the book's authors answered your first question. ...
Charles Clarkson
charlesclarkson
Offline Send Email
Oct 1, 2008
12:57 am
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...
Online Now 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
Messages 26402 - 26441 of 26441   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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