RE: select from oracle and write to file

2002-05-01 Thread Shah, Urmil
ot; requires explicit package name at ./one.pl line 26. Any input as to why this happens?? -garrett >From: "Shah, Urmil" <[EMAIL PROTECTED]> >To: garrett esperum <[EMAIL PROTECTED]> >Subject: RE: select from oracle and write to file >Date: Tue, 30 Apr 2002 17:34:

RE: select from oracle and write to file

2002-05-01 Thread DeBaets, Kirk
day, April 30, 2002 6:20 PM To: [EMAIL PROTECTED] Subject: select from oracle and write to file Hello all, Solaris, Oracle 8.1.6, Perl 5 How do I write my selected row from Oracle out to a new file? Below is what I have so far. I can select the row, but I don't know how to write it to a

Re: select from oracle and write to file

2002-04-30 Thread David vd Geer Inhuur tbv IPlib
Hi Garrett, Not shure if this is where you are looking for, but here is some simple info on how to write data to a file. If it is not sufficient you'll have to wait for the real ones to wake up :) $file = "/path/to/file"; open(F, "> $file"); print F "What you want to store in your file, can al

RE: select from oracle and write to file

2002-04-30 Thread garrett esperum
kage name at ./one.pl line 26. Any input as to why this happens?? -garrett >From: "Shah, Urmil" <[EMAIL PROTECTED]> >To: garrett esperum <[EMAIL PROTECTED]> >Subject: RE: select from oracle and write to file >Date: Tue, 30 Apr 2002 17:34:24 -0500 > > >open(T

select from oracle and write to file

2002-04-30 Thread garrett esperum
Hello all, Solaris, Oracle 8.1.6, Perl 5 How do I write my selected row from Oracle out to a new file? Below is what I have so far. I can select the row, but I don't know how to write it to a new file: #!/usr/local/bin/perl -w # # REMEMBER! Set the environment variable: ORACLE_HOME=/path-to-