Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Indirect Object Syntax

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

Help for this page

Select Code to Download


  1. or download this
    my @bounds = new GD::Image->stringFT($colour, "Image/outline.ttf", 90,
    + 0.18, 0, 0, $watermark_text);
    
  2. or download this
    @bounds = &new(GD::Image->stringFT(...));
    
  3. or download this
    my $gd  = new GD::Image;
    @bounds = $gd->stringFT(...);
    

Log In?
Username:
Password:

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

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

    No recent polls found