Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Indirect Object Syntax

by Bod (Parson)
on Nov 07, 2021 at 12:45 UTC ( [id://11138549]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $gd  = GD::Image->new();
    @bounds = $gd->stringFT(...);
    
  2. or download this
    @bounds = GD::Image->new()->stringFT(...);
    
  3. or download this
    @bounds = GD::Image->new->stringFT(...);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-29 06:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found