Changeset 1046


Ignore:
Timestamp:
2000-03-22T15:18:40+12:00 (24 years ago)
Author:
sjboddie
Message:

added comment to make me feel better for having spent an hour testing
the speed of mk_all_dir only to find it's faster than the alternative.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/util.pm

    r983 r1046  
    240240}
    241241
     242# in case anyone cares - I did some testing (using perls Benchmark module)
     243# on this subroutine against File::Path::mkpath (). mk_all_dir() is apparently
     244# slightly faster (surprisingly) - Stefan.
    242245sub mk_all_dir {
    243246    my ($dir) = @_;
Note: See TracChangeset for help on using the changeset viewer.