Help for this page

Select Code to Download


  1. or download this
    Can't find label CODE(0x81678a0) at sub.pl line 13.
    
  2. or download this
                Rate refcall   named    goto
    refcall 708190/s      --     -1%    -10%
    named   717414/s      1%      --     -9%
    goto    790676/s     12%     10%      --
    
  3. or download this
        my $ref = *function{'CODE'}; # get a reference 
        goto $ref;                   # magic goto to that reference
    
  4. or download this
        my $ref = \&{$coderef};      # get a reference (\&{&$ref} without 
    +the call)
        goto $ref;                   # magic goto to that reference
    
  5. or download this
        goto $ref;                   # we have a code reference, just use 
    +that
    
  6. or download this
    --- g_ref.Dtls
    +++ g_amp.Dtls
    ...
         =>  \CV(__ANON__)  
     (foo.pl:5)     goto
     (foo.pl:5)     (Found sub #1)