in reply to Re^3: Creating Multiple Empty Directories with Perl
in thread Creating Multiple Empty Directories with Perl

True. Then the following would suffice:

perl -MFile::Path -e 'mkpath("dir$_") for 1..20'