scott wrote:
> Jim Gibson wrote:
>> On 7/10/09 Fri Jul 10, 2009 2:25 PM, "Shawn H. Corey"
>> scribbled:
>>
>>> On Fri, 2009-07-10 at 15:19 -0600, Scott wrote:
Hello,
>>
Here is my code on the perl side:
my @wall_data = ();
while(my $wallref = $wallpostquery->fetchrow_has
Jim Gibson wrote:
On 7/10/09 Fri Jul 10, 2009 2:25 PM, "Shawn H. Corey"
scribbled:
On Fri, 2009-07-10 at 15:19 -0600, Scott wrote:
Hello,
Here is my code on the perl side:
my @wall_data = ();
while(my $wallref = $wallpostquery->fetchrow_hashref())
{
my %walldata;
$walldata{WALL_SUBJECT
On 7/10/09 Fri Jul 10, 2009 2:25 PM, "Shawn H. Corey"
scribbled:
> On Fri, 2009-07-10 at 15:19 -0600, Scott wrote:
>> Hello,
>> Here is my code on the perl side:
>>
>> my @wall_data = ();
>> while(my $wallref = $wallpostquery->fetchrow_hashref())
>> {
>> my %walldata;
>>
>> $walldata{WALL_SU
Shawn H. Corey wrote:
On Fri, 2009-07-10 at 15:19 -0600, Scott wrote:
Hello,
I almost have this but cannot figure out why its not showing the data,
right now it knows how many entries im putting in because it spits out
that number of rows.
I am getting my data from dbd::mysql, it works becau
On Fri, 2009-07-10 at 15:19 -0600, Scott wrote:
> Hello,
> I almost have this but cannot figure out why its not showing the data,
> right now it knows how many entries im putting in because it spits out
> that number of rows.
>
> I am getting my data from dbd::mysql, it works because i have test