insightout object field hash

2009-05-26 Thread org chen
Hi Guys, I am learning the object::insideout model now and can't find mush materials on website. Do anyone know how to declare a hash data as attribute in object field and how to use it. I have example show below, but it seems not work properly. why the "first_para" didn't show it's def

Re: intermediate perl list???

2009-05-26 Thread John W. Krahn
Chas. Owens wrote: On Tue, May 26, 2009 at 14:06, Aimee Cardenas wrote: Hi, perl peeps, Does anybody know of a good intermediate or maybe even advanced general perl list I could subscribe to? snip Besides this list (which handles topics that some might consider going past beginners level), y

Re: grep Net::FTP

2009-05-26 Thread John W. Krahn
Mihir Kamdar wrote: Hi, I want to write a perl script which will get files from multiple directories in remote location using FTP. Following is the script that I tried:- #!/usr/bin/perl use Net::FTP; use strict; for (my $count=0; $count < 2; $count++) { print "Please enter the directory name to

Re: intermediate perl list???

2009-05-26 Thread Chas. Owens
On Tue, May 26, 2009 at 14:06, Aimee Cardenas wrote: > Hi, perl peeps, > > Does anybody know of a good intermediate or maybe even advanced general perl > list I could subscribe to? snip Besides this list (which handles topics that some might consider going past beginners level), you could try per

intermediate perl list???

2009-05-26 Thread Aimee Cardenas
Hi, perl peeps, Does anybody know of a good intermediate or maybe even advanced general perl list I could subscribe to? Thanks, Aimee Aimee Mostella Cardenas Department of Genetics Southwest Foundation for Biomedical Research 7620 NW Loop 410 San A

building 64 bit perl on solaris intel

2009-05-26 Thread Downs, John
> Greetings! > > Has anyone got this to work? I can build it but it > fails miserable on test and will not install. I get a lot of the > below messages. Any ideas?? > > -john > > Below is the config arguments. > config_args='-Dprefix=/tools/perl64-5.10 -Duse64bitall -D u

grep Net::FTP

2009-05-26 Thread Mihir Kamdar
Hi, I want to write a perl script which will get files from multiple directories in remote location using FTP. Following is the script that I tried:- #!/usr/bin/perl use Net::FTP; use strict; for (my $count=0; $count < 2; $count++) { print "Please enter the directory name to ftp files: \n" ; my $