Jay Savage wrote:

Also,
try calling ->gfx with a positive value, which should cause it to
prepend and possibly render first.


This was the issue. Replacing:

my $blue_box = $page->gfx;

with:

my $blue_box = $page->gfx(1);

causes the gfx object to get rendered 1st.

Thanks :)

--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: [EMAIL PROTECTED]
website: http://www.nusconsulting.com.au

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to