in reply to Re^4: Speeds vs functionality
in thread Speeds vs functionality

$ perl -Iblib/lib -Iblib/arch examples/speed.pl 5

Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^6: Speeds vs functionality
by Anonymous Monk on Jul 31, 2014 at 08:45 UTC

    perl -Iblib/lib -Iblib/arch examples/speed.pl 5

    I think I've seen that before and I think blib :)  perl -Mblib examples/speed.pl 5

      Getting side-tracked here. I most likely have blib installed, but I never ever use it. I rather use my shell syntax, as that is what I use for all other commands too and causes less brain-wear. YMMV

      tcsh > perl -Iblib/{lib,arch} ex<TAB>s<TAB> 5

      Enjoy, Have FUN! H.Merijn
Re^6: Speeds vs functionality
by salva (Canon) on Jul 31, 2014 at 08:49 UTC
    and against which version/commit/branch/... are you comparing?