umask 0;

mkdir("./tmp/");
mkdir("./tmp/speedy/") ;
mkdir("./tmp/book/") ;

とすれば OK の模様。
逆に、 0777 と書くのは意味をなさない様子。