Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Accessors in xs

by robin (Chaplain)
on Oct 25, 2005 at 11:54 UTC ( [id://502681]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      PerlSubCall => sub {
        my $c = PerlMethods->new;
    ...
          $x = $c->{x}; $y = $c->{y};
        }
      }
    
  2. or download this
                  Rate PerlMethods PerlSubCall cMethods cSubCall    Direct
    +    Fields
    PerlMethods 1875/s          --         -4%     -64%     -72%      -80%
    +      -80%
    ...
    cSubCall    6596/s        252%        238%      28%       --      -29%
    +      -31%
    Direct      9242/s        393%        374%      79%      40%        --
    +       -4%
    Fields      9597/s        412%        392%      86%      45%        4%
    +        --
    
  3. or download this
    package UsingFields;
    use strict;
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

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

    No recent polls found