unless( -d "$config{basepath}/$key" ) { mkdir( "$config{basepath}$key", 0777 ) or oops( "can't make category directory $key: " . $! ); }