Help for this page

Select Code to Download


  1. or download this
                Rate no_braces circumfix postderef
    no_braces 2.59/s        --       -2%       -7%
    circumfix 2.64/s        2%        --       -5%
    postderef 2.78/s        7%        5%        --
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        }
        push @a, $_ for @$a;
    }