Help for this page
# Assuming is set in bush.conf unless(open(FILE,"<$random_file")) ... } my @lines = <FILE>; close(FILE);
open(FILE,"<$random_file") || die "Could not open file",$!;