in reply to Re^3: Creating Multiple Empty Directories with Perlin thread Creating Multiple Empty Directories with Perl
True. Then the following would suffice:
perl -MFile::Path -e 'mkpath("dir$_") for 1..20' [download]