Help for this page

Select Code to Download


  1. or download this
    package Person {
        sub new{ my $p = shift; bless { @_ }, $p }
        sub name{ $_[0]->{name } }
        sub title{ $_[0]->{title} }
    }
    
  2. or download this
    use v5.14;
    use strict;
    ...
        functional => \&functional,
        x          => \&x,
    });
    
  3. or download this
    C:\test>date /t & time/t && junk87
    24/10/2012
    ...
    functional  471/s       149%       109%         --       -57%
    x          1101/s       482%       388%       134%         --