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
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
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
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
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
> 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
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 $