<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote"><div class="im"><div><br></div></div><div>Not directly related the original question, but somewhat relevant I guess.... How does Storable::dclone compare to Clone::clone ?</div>
<div><br></div><div>regards,</div><div>
Mathew</div></div>
</blockquote></div><div><br></div>I'll just mention a gotcha for anyone working under Taint mode. Although module mentions it, Clone preserves tainting of nested data, Storable::dclone doesn't.<div><br></div><div>
See attached test.</div><div><div><div>- David</div></div></div>