Re: unfamiliar array reference

2007-08-19 Thread Paul Lalli
On Aug 18, 10:03 pm, [EMAIL PROTECTED] (Randal L. Schwartz) wrote: > > "Paul" == Paul Lalli <[EMAIL PROTECTED]> writes: > >> while ($array_ref = $sth1->fetchrow_arrayref) { > >> push @stash, [ @$array_ref ]; ##copy array contents > > Paul> Is that seriously from the book? UGH. Just declare $

Re: File::Find help

2007-08-19 Thread [EMAIL PROTECTED]
On Aug 17, 11:45 am, [EMAIL PROTECTED] (Paul Lalli) wrote: > On Aug 16, 7:21 pm, [EMAIL PROTECTED] (Mr. Shawn H. Corey) wrote: > > > Paul Lalli wrote: > > > So define the subroutine in the same scope as the array. Move the > > > subroutine into the if-statement as well. > > > Huh? > > What part of

Mac::Carbon and Mac::Sound Documentation?

2007-08-19 Thread Inventor
Hi, has anyone messed around with Mac::Carbon or Mac::Sound? The distribution includes no documentation and simply refers to Inside Macintosh for docs. When I look at Inside Macintosh, I find lots of information about using the functions with a Carbon developer's kit in C++, but nothing about usi