Dear my friend, Tom Phoenix...
I read the reference you told me. And now I am informing you that my problem is
solved. I found the solution in the manuals.
Thank you very...verymuch.
On Sun, 24 Jun 2007 11:33:52 -0700
"Tom Phoenix" <[EMAIL PROTECTED]> wrote:
> On 6/24/07, Patrik Hasibu
Hi Tom...
Thank you very much for your help.
Now, it's time for me to learn perl from:
http://search.cpan.org/~nwclark/perl-5.8.8/pod/perlobj.pod
http://search.cpan.org/~nwclark/perl-5.8.8/pod/perlboot.pod
...as your advise.
I am going be back again to you in this mailing-list afterall if
On 6/24/07, Patrik Hasibuan <[EMAIL PROTECTED]> wrote:
I want to write once a script as a part of building a connection to my MySQL
DB server. The parts only use a kind of vabiable such as "$dbh". Is it possible?
It's possible. In fact, that's what most of us do with objects.
#!/usr/bin/perl
Dear all,
I am still new in Perl especially in its OOP concept.
I want to write once a script as a part of building a connection to my MySQL DB
server. The parts only use a kind of vabiable such as "$dbh". Is it possible?
main.pl
#!/usr/bin/perl -w
use iterdir;