print STDOUT "enter the name of the beacon\n"; my $beacon = $ARGV[0]; print STDOUT "enter the value of the begin_time\n"; my $begin_time = $ARGV[1]; print STDOUT "enter the value of the end_time\n"; my $end_time = $ARGV[2]; print STDOUT "enter the days\n"; my @DAYS = @ARGV;