<br><font size=2 face="sans-serif">I'm used to seeing stringified Array
message only when I have set the variable as such</font>
<br>
<br><font size=2 face="sans-serif">$Data::Dumper::Maxdepth = 1;</font>
<br>
<br><font size=2 face="sans-serif">I use the above often when data items
are so large that they take forever or likely to just crash the program.
</font>
<br><font size=2 face="sans-serif"><br>
---<br>
Rick Croote<br>
Software Engineer<br>
Environment and Tools Team<br>
Philips Medical Systems<br>
Bothell, WA<br>
Rick.Croote@Philips.com<br>
Phone: 425-487-7834<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=33%>
<br>
<br>
<br>
<br>
<br><font size=1 face="sans-serif"><b>Colin Meyer &lt;cmeyer@helvella.org&gt;</b>
</font>
<p><font size=1 face="sans-serif">Sent by:</font>
<br><font size=1 face="sans-serif">spug-list-bounces@pm.org</font>
<p><font size=1 face="sans-serif">2006-01-26 10:20 AM</font>
<td width=66%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">mike &lt;mike206@gmail.com&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td><font size=1 face="sans-serif">members@seattleperl.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: SPUG: odd array ref issue</font>
<tr>
<td>
<div align=right><font size=1 face="sans-serif">Classification</font></div>
<td></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<div align=right>
<br></div></table>
<br>
<br>
<br><font size=2><tt>On Thu, Jan 26, 2006 at 10:14:17AM -0800, mike wrote:<br>
&gt; I've totally been pulling my hair out over this and I'm probably missing<br>
&gt; something stupid here but I figured the SPUG eyes would notice it<br>
&gt; immediately<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; I have an array ref in $tmp, here is the Data::Dumpage<br>
&gt; <br>
&gt; Thu Jan 26 10:00:40 2006 tmp: $VAR1 = [<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '102',<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '104'<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ];<br>
&gt; <br>
&gt; then I put that into my $params hashref<br>
&gt; <br>
&gt; &nbsp; &nbsp; $params-&gt;{donor_pk} = $tmp;<br>
<br>
Are you sure that the line in your code doesn't look something more<br>
like:<br>
<br>
 &nbsp; $params-&gt;{donor_pk} = &quot;$tmp&quot;;<br>
<br>
It seems that your array ref is being stringified somewhere. Perhaps<br>
including a sample of your actual code will shed more light.<br>
<br>
-Colin.<br>
<br>
&gt; <br>
&gt; then I Data::Dump the $params hashref<br>
&gt; <br>
&gt; Thu Jan 26 10:00:40 2006 params: $VAR1 = {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'all' =&gt; '1',<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'Submit' =&gt; '1',<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'view' =&gt; 'donors',<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'donor_pk' =&gt; 'ARRAY(0x60234)'<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; };<br>
_____________________________________________________________<br>
Seattle Perl Users Group Mailing List &nbsp;<br>
 &nbsp; &nbsp; POST TO: spug-list@pm.org<br>
SUBSCRIPTION: http://mail.pm.org/mailman/listinfo/spug-list<br>
 &nbsp; &nbsp;MEETINGS: 3rd Tuesdays<br>
 &nbsp; &nbsp;WEB PAGE: http://seattleperl.org/<br>
</tt></font>
<br>