in reply to Shell scripts and perl

using perl's mkdir:
if (! -d "$BA/bs/eerel/esGH060") { mkdir("$BA/bs/eerel/esGH060"); }
almost the same as shell scripting

Thanks.

Hotshot