Re: PDF File

2007-05-26 Thread Alma
On May 25, 10:16 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: On May 24, 5:59 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On May 24, 2:22 pm, Alma [EMAIL PROTECTED] wrote: Hi All, I need to store the files What files? Where are the before you store them? in a directory

Re: PDF File

2007-05-26 Thread [EMAIL PROTECTED]
On May 24, 2:22 pm, Alma [EMAIL PROTECTED] wrote: Hi All, I need to store the files in a directory '/home/user/cgi-bin/{today's Date} I am able to creata a folder on daily bases . I am struggling to create a subroutine that stores the uploaded pdf file into this today's date directory.

perl multithreading

2007-05-26 Thread SPX2
hi,im new to multithreading altough ive read some papers on it...and tried to made some programs in perl using threads. what would you recommend using with perl multithreading on windows. what would you recommend reading on a broader spectrum about multithreading ? what applications should i build

Re: PDF File

2007-05-26 Thread Alma
On May 25, 10:16 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: On May 24, 5:59 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On May 24, 2:22 pm, Alma [EMAIL PROTECTED] wrote: Hi All, I need to store the files What files? Where are the before you store them? in a directory

Re: creation of directory on daily basis and store the files in it

2007-05-26 Thread Alma
On May 25, 1:30 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On May 23, 9:59 am, Alma [EMAIL PROTECTED] wrote: On May 23, 7:28 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On May 23, 8:14 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On May 23, 7:47 am, [EMAIL PROTECTED]

accesing a hash of an array of hashes

2007-05-26 Thread pauld
ive read a load of data in from a CSV file with Text::CSV and ended up with a hash (%hash) where the keys are the column labels. my @headings=split(/,/,$rows[0]) and then for (my $j=1;$j$#rows;$j++) { my $status = $csv-parse ($rows[$j]); # parse a CSV string into fields my @columns =

Re: accesing a hash of an array of hashes

2007-05-26 Thread Paul Lalli
On May 26, 8:17 am, [EMAIL PROTECTED] (Pauld) wrote: ive read a load of data in from a CSV file with Text::CSV and ended up with a hash (%hash) where the keys are the column labels. my @headings=split(/,/,$rows[0]) You're use()'ing Text::CSV, but you're not actually using Text::CSV. Why?

Re: accesing a hash of an array of hashes

2007-05-26 Thread yaron
Hi, To access element of a given DATE (sat ... date_inp) from Hofdates you can do the following: my $date_inp = ... ; die No etries for date $date_inp unless (exists $Hofdates{$date_inp} and @{$Hofdates{$date_inp}}); foreach my $hash_ref (@{$Hofdates{$date_inp}}) { while (my

Re: accesing a hash of an array of hashes

2007-05-26 Thread yaron
Hi, Be aware that you have a small problem. Your script includes: for (my $j=1;$j$#rows;$j++) ... for (my $i=0;$i$#columns;$i++) I think It should be for (my $j=1;$j=$#rows;$j++) ... for (my $i=0;$i=$#columns;$i++) Cheers Yaron Kahanovitch - Original Message - From: [EMAIL PROTECTED]

Re: accesing a hash of an array of hashes

2007-05-26 Thread Mumia W.
On 05/26/2007 07:17 AM, pauld wrote: ive read a load of data in from a CSV file with Text::CSV and ended up with a hash (%hash) where the keys are the column labels. my @headings=split(/,/,$rows[0]) and then for (my $j=1;$j$#rows;$j++) { my $status = $csv-parse ($rows[$j]); # parse a CSV

Why are people e-mailing perl-beginners [at] moderators.isc.org?

2007-05-26 Thread Mumia W.
Why are people CC'ing perl-beginners [at] moderators.isc.org? This mail-list is reflected to the newsgroup, and the perl.beginners newsgroup is not moderated. I've noticed that all of the Google posts (User-Agent: G2/1.0) for the last few weeks in beginners [at] perl.org seem to have this.

Re: accesing a hash of an array of hashes

2007-05-26 Thread Paul Lalli
On May 26, 1:51 pm, [EMAIL PROTECTED] (Mumia W.) wrote: On 05/26/2007 07:17 AM, pauld wrote: ive read a load of data in from a CSV file with Text::CSV and ended up with a hash (%hash) where the keys are the column labels. my @headings=split(/,/,$rows[0]) and then for (my

Net::BGP advise

2007-05-26 Thread Jeremy Kister
I sent [most of] the below message to Net::BGP's author a small while ago and haven't yet heard back. I'm hoping someone on the list can help. I'm trying to use Net::BGP to inject a /32 into my iBGP. What is the proper way to send a $peer-update? If I do: my $bgp = new Net::BGP::Process(); my