Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Indirect Object Syntax

by Bod (Parson)
on Nov 06, 2021 at 20:19 UTC ( [id://11138527]=note: print w/replies, xml ) Need Help??


in reply to Re: Indirect Object Syntax
in thread Indirect Object Syntax

my @bounds = new GD::Image->stringFT($colour, "Image/outline.ttf", 90, + 0.18, 0, 0, $watermark_text);
it's never a good idea to mix two syntax variations
use my @bounds = GD::Image->new->stringFT($colour, "Image/outline.ttf" +, 90, 0.18, 0, 0, $watermark_text);

Thanks Rolf,

I had never realised that I was mixing two different syntaxes...
It is obvious now that you point it out and I am wondering how I could have not realised up to this point in time!

That helps a lot 👍

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11138527]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found