if ( mkdir '/boot' ) { print "Geht.\n"; } else { print "Geht Nicht: $!\n"; }