Ryszard has asked for the wisdom of the Perl Monks concerning the following question:
I was wondering if its an old version thing or I'm doing something so damn obvious I cant see the wood for the trees. Snippet below:
#!/usr/bin/perl -wT BEGIN {push @INC, "../lib"}; use strict; use dbhandler; use Data::Dumper; my $dbstuff=dbhandler->new(handle=>'handle1', user=>'usename', pwd=>'p +assword',sid=>'database1'); $dbstuff->fetch_handle(handle=>'handle2', user=>'usename',pwd=>'passwo +rd',sid=>'database2');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl 5.005_03ism?
by busunsl (Vicar) on Mar 01, 2002 at 11:03 UTC | |
|
Re: Perl 5.005_03ism?
by mattr (Curate) on Mar 01, 2002 at 10:29 UTC | |
|
Re: Perl 5.005_03ism?
by mattr (Curate) on Mar 01, 2002 at 10:28 UTC |