Perl interface with Oracle

2006-09-06 Thread Puri, Nilay
Hi All, On Unix box we have Oracle 9i and Perl 5.8 Now we are upgrading Oracle to 10g. In that case we need to re-intsall Perl DBD module. Is there any other activity that should be taken care of ? Thanks in advance, Nilay

Re: Perl interface

2003-11-10 Thread Remo Sanges
- Original Message - From: "yomna el-tawil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 09, 2003 6:14 PM Subject: Perl interface >..If anyone heard about BioPerl, is > it more efficient to use it instead of PERL to mak

Re: Perl interface

2003-11-09 Thread Dan Anderson
Go to safari.oreilly.com . Get one of their 14 day trial subscriptions and the book Learning Perl or Learning Perl for Windows (something like that). If you get through it and understand it pick up the book Learning Perl for Bioinformatics or one of the other ones there. -Dan On Sun, 2003-11-09

Re: Perl interface

2003-11-09 Thread A L
yomna el-tawil <[EMAIL PROTECTED]> wrote: Hi all, i'm a new user for PERL, i even didn't start using it since i'ven't got the editor yet... I wanted to ask if it's possible to make a user friendly interface using PERL, as for example the Dialogs or forms in the Visual C++. Yes (check out C

Re: Perl interface

2003-11-09 Thread James Edward Gray II
On Nov 9, 2003, at 11:14 AM, yomna el-tawil wrote: Hi all, i'm a new user for PERL, i even didn't start using it since i'ven't got the editor yet... Any text editor will work. I can't think of a modern OS that doesn't come with one. I wanted to ask if it's possible to make a user friendly inter

Re: Perl interface

2003-11-09 Thread Hacksaw
There are a variety of library bindings to Perl for the well known GUI libraries, so you shouldn't have a problem finding something to work with. I know Perl has bindings to at least Tk, Gtk+ and Qt. I'd be shocked if most of the major libs aren't covered. I'm curious as to whether anyone has a

Re: Perl interface

2003-11-09 Thread John
Of course. Use the Perl/Tk (ToolKit). There is a relevant mailing list for that. - Original Message - From: "yomna el-tawil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 09, 2003 7:14 PM Subject: Perl interface > Hi all, i'm a ne

Perl interface

2003-11-09 Thread yomna el-tawil
Hi all, i'm a new user for PERL, i even didn't start using it since i'ven't got the editor yet... I wanted to ask if it's possible to make a user friendly interface using PERL, as for example the Dialogs or forms in the Visual C++. If not,, is it possible to take the output from perl and make the i