http://qs321.pair.com?node_id=1081240


in reply to Use of uninitialized value $_ in string

What is on line 32 for you? When I put your script into my editor, line 32 is:

die "Usage: $0 --domain companydomain.com --client company [--job-code + 12345] [--help].\n";

Is it my $conf = "$_"; ?? If so, what are you trying to do here?