mkdir "New Files"; open (OUTPUT, ">:utf8", "NewTextFile.txt") or die "Can't open"; print OUTPUT "Hello monks!/n";