foreach my ${branch} (sort keys %dashboard_branches) { print "BRANCH: ${branch}"; if (${branch} =~ /^TAG_WCONNECT_BT/) { my $RLTAGRL = "http://qwiki.company.com/qca_CNNss/CNN-BT-FM/BT_TAG_Releases"; } elsif (${branch} =~ /^TAG_BTHOST/) { my $RLTAGRL = "http://qwiki.company.com/qca_CNNss/CNN-BT-FM/BT_TAG_Releases"; } elsif (${branch} =~/^TAG_WCONNECT_NFC/) { my $RLTAGRL = "http://qwiki.company.com/qca_CNNss/CNN-BT-FM/NFC_TAG_Releases"; "create_dashboard.pl" 217L, 6996C written #### perl create_dashboard.pl Global symbol "$RLTAGRL" requires explicit package name at create_dashboard.pl line 201. Execution of create_dashboard.pl aborted due to compilation errors.