Help for this page

Select Code to Download


  1. or download this
    ({"startup-req-3",5,"PerlMud-i3",0,"*gcs",0,0,0,0,0,0,0,"PerlLib v1","
    +PerlLib v1","Perl v5.6.1","Perl","restricted access","blah@blah.de",(
    +["tell":1,"ucache":1,]),0,})
    
  2. or download this
    Benchmark:
    running
    ...
    castaway   104/s     2675%      178%        --       -8%      -45%
    browserUK  113/s     2932%      204%        9%        --      -40%
    merlyn     188/s     4919%      403%       81%       66%        --
    
  3. or download this
    cmpthese(-5, {
    #              Gilimanjaro   => sub {my @arr = parse($testarray1)},
    ...
                   merlyn         => sub{my @arr = parse_string( $testarra
    +y1); print Dumper(@arr)},
                   demerhpq    => sub{my $arr = $parser->expr($testarray1)
    +; print Dumper($arr)},;
                   browserUK   => sub{my $arr = build_structure($testarray
    +1); print Dumper($arr)}});