die "Not enough disk space.\n" unless check_disk_space;
####
Bareword "check_disk_space" not allowed while "strict subs" in use at ./thing line 60.
Execution of ./thing aborted due to compilation errors.
####
die "Not enough disk space.\n" if check_disk_space;