Help for this page

Select Code to Download


  1. or download this
    C:\test>235765
    Benchmark: timing 1 iterations of msf_small, sf_small...
    ...
                 Rate  sf_bigger msf_bigger
    sf_bigger  51.3/s         --       -62%
    msf_bigger  134/s       162%         --
    
  2. or download this
        exists $self->{data} ? keys %{$self->{data}} : wantarray ? () : un
    +def;
    
  3. or download this
         return unless exists $self->{data};
         keys %{$self->{data}};
    
  4. or download this
        if (...) {
            ...
    ...
        } else {
            ...
        }
    
  5. or download this
        my $min;
        my $max = $min = exists $self->{data} ? $self->{data}->{each %{$se
    +lf->{data}}} : undef;
    
  6. or download this
    package My::Stats::Freq;
    use strict;
    ...
    print $msf->elements;
    print $msf->frequencies;
    
  7. or download this
    #! perl -slw
    use strict;
    ...
        my ($max) = $f->by_frequency( $f->max() );
        warn "msf broken" unless $max eq 'bob';
    }