IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Thank you sir
The array is a structure in your program. Other than what you explictly see in the code, it has no connection to the statement handle or the database. Finishing the statement handle does not affect what is in the array. The database has no idea what you did with its data.
that was the answer to my question, it turns out that my problem may actually be the following. I was running the code and receiving no output, which is why I was wondering what happened to the array.

The output statement is

print(BLOBLIST "$blobpath\\n");

which doesnt appear to write anything but

print BLOBLIST "$blobpath\\n"; does output to the file.
thanx,
bill
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 50 years. meep
New Those 2 are identical.
Your problem lies elsewhere.
New why does the one without parense print and not the other?
well gonna be spending a few days relearning what little I ever knew about perl.
thanx,
bill
Any opinions expressed by me are mine alone, posted from my home computer, on my own time as a free american and do not reflect the opinions of any person or company that I have had professional relations with in the past 50 years. meep
New Barry is right
The two are completely the same to Perl.

I'm going to guess that you had a typo you accidentally fixed.

Ben
I have come to believe that idealism without discipline is a quick road to disaster, while discipline without idealism is pointless. -- Aaron Ward (my brother)
     perl DBI question - (boxley) - (11)
         I don't understand your question - (ben_tilly) - (4)
             Thank you sir - (boxley) - (3)
                 Those 2 are identical. - (broomberg) - (2)
                     why does the one without parense print and not the other? - (boxley) - (1)
                         Barry is right - (ben_tilly)
         found why no data shows up - (boxley) - (5)
             What EXACTLY (in clear concise terms) are you trying to do. - (broomberg) - (4)
                 well hmm - (boxley) - (3)
                     That someone sucks - (ben_tilly) - (2)
                         ICLRPD (new thread) - (Steve Lowe)
                         the application has a utility to do the actual move - (boxley)

use LRPDism;
180 ms