RE: [Was XS linker]

2010-04-08 Thread Pry, Jeffrey
>Indeed. Patience and a willingness to repeat one's self was one of >this list assets but that seems to be in short supply these days. We >also seem to have lost one or two regular contributors. >On a more positive note, I think the decrease in volume might be >because there are a lot of other li

RE: Storing a Hash Inside An Array

2010-03-26 Thread Pry, Jeffrey
AM To: beginners@perl.org Cc: Pry, Jeffrey Subject: Re: Storing a Hash Inside An Array Hi Jeffrey, On Friday 26 Mar 2010 15:36:46 Pry, Jeffrey wrote: > Hey, > > First off let me say that this mailing list is great! It is nice to be able > to see the collaborative effort that everyone puts in w

RE: Storing a Hash Inside An Array

2010-03-26 Thread Pry, Jeffrey
Pry, Jeffrey Subject: Re: Storing a Hash Inside An Array Hi Jeffrey, On Friday 26 Mar 2010 15:36:46 Pry, Jeffrey wrote: > Hey, > > First off let me say that this mailing list is great! It is nice to be able > to see the collaborative effort that everyone puts in when one of us has

RE: Storing a Hash Inside An Array

2010-03-26 Thread Pry, Jeffrey
I want to use the array because I have multiple ftp servers that can be called from a dropdown box. Is it possible to do this with just a hash? Thanks -Original Message- From: Steve Bertrand [mailto:st...@ibctech.ca] Sent: Friday, March 26, 2010 8:55 AM To: Pry, Jeffrey Cc: beginners

Storing a Hash Inside An Array

2010-03-26 Thread Pry, Jeffrey
Hey, First off let me say that this mailing list is great! It is nice to be able to see the collaborative effort that everyone puts in when one of us has a question or issue. Thank you! Now, I was wondering if it would be possible to store a hash inside of an array. I would like to have an arr

RE: Subroutines With Multiple Parameters

2010-03-25 Thread Pry, Jeffrey
That was exactly what I was looking for! Thank you so much! - Jeffrey Kevin Pry -Original Message- From: Gorrebeeck, Robert [mailto:gorrebeec...@cvty.com] Sent: Thursday, March 25, 2010 10:01 AM To: Pry, Jeffrey Subject: RE: Subroutines With Multiple Parameters Jeffery When you call

Subroutines With Multiple Parameters

2010-03-25 Thread Pry, Jeffrey
Hey, I have a subroutine sub displayPage($) { my($server) = shift; print $server; } Which I can call using displayPage("servername"); My question is lets say I wanted to pass a password as well. So I would like to call it as displayPage("servername","mypassword"); How

RE: Object Oriented

2010-03-24 Thread Pry, Jeffrey
- From: Damon Allen Davison [mailto:allo...@gmail.com] Sent: Wednesday, March 24, 2010 8:37 AM To: Pry, Jeffrey Subject: Re: Object Oriented On Wed, Mar 24, 2010 at 12:09 PM, Pry, Jeffrey wrote: > Does anyone know of good resource to learn object oriented Perl? Also, can > Perl be cons

Object Oriented

2010-03-24 Thread Pry, Jeffrey
Hey, Does anyone know of good resource to learn object oriented Perl? Also, can Perl be considered truly object oriented? Thanks, Jeffrey IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended reci