Re: export script problem

2006-05-29 Thread Gomez, Juan
...I agree perhaps I could make a small script that could do what he wants Is what you want right? -Original Message- From: "Chad Perrin" <[EMAIL PROTECTED]> Sent: 05/26/2006 11:45:39 AM To: "beginners@perl.org" Subject: Re: export script probl

Re: export script problem

2006-05-26 Thread Chad Perrin
On Fri, May 26, 2006 at 07:32:57AM -0500, Gomez, Juan wrote: > > do you realized this is a perl list? Maybe he wants to do it in Perl. Of course, it's pretty hard to tell from that email. -- Chad Perrin [ CCD CopyWrite | http://ccd.apotheon.org ] "A script is what you give the actors. A prog

RE: export script problem

2006-05-26 Thread Gomez, Juan
graeme do you realized this is a perl list? -Original Message- From: "Graeme McLaren" <[EMAIL PROTECTED]> Sent: 05/22/2006 2:09:12 PM To: "beginners@perl.org" Subject: export script problem Hi all, I need to export data from one database table to another. I als

Re: [OT]Re: export script problem

2006-05-22 Thread Chad Perrin
On Mon, May 22, 2006 at 01:50:04PM -0600, Jeremy Vinding wrote: > Graeme McLaren wrote: > > > >Public Sub House() > > > >On Error Resume drink > > > >If Pint.empty = True Then > >Pint.refill > > Else > >Pint.drink > >End if > > > >stomach.add Pint >

[OT]Re: export script problem

2006-05-22 Thread Jeremy Vinding
Graeme McLaren wrote: Public Sub House() On Error Resume drink If Pint.empty = True Then Pint.refill Else Pint.drink End if stomach.add Pint MsgBox " I've had " & stomach.count & " Pints" MsgBox "VERY DRUNK" End Sub sub house {