Help for this page

Select Code to Download


  1. or download this
    for my $var ( undef, 1 .. 10, 'fred' ) {
        goto 'CASE' . do{ local $^W; $var + 0 };
    ...
        print "\n";
        CASE0:
    }
    
  2. or download this
    P:\test>388915
    ?> 1..10
    ...
    goto_eval   15389/s         35%         32%         20%          --   
    +      -0%
    goto        15423/s         35%         33%         20%          0%   
    +       --
    ?>
    
  3. or download this
    #! perl -sw
    use strict;
    ...
    goto        1000000000000000/s      0%          0%        0%       -- 
    +        0%
    if_cascade  1000000000000000/s      0%          0%        0%       0% 
    +        --
    ?> ^Z