KingNerd has asked for the wisdom of the Perl Monks concerning the following question:
.......
If I add one more option (no matter what it is) like:print"<SELECT NAME=reason>"; print"<OPTION SELECTED>- - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - -"; print"<OPTION>Deposits"; print"<OPTION>PPV Dispute"; print"<OPTION>Misquoted by sales"; print"<OPTION>Rate Increase"; print"<OPTION> Collections -- Write Off"; print"<OPTION> Misapplied Payment\n"; print"<OPTION> CSAP"; print"<OPTION> Trip Charge"; print"<OPTION> Refund Checks"; print"<OPTION> Customer Complaint"; print"<OPTION> Technical Issues-Installs\/Upgrades"; print"<OPTION> Non-Pay Issue"; print"<OPTION> EZ-Pay Issue"; print"<OPTION> Collections - NPD\n"; print"<OPTION> Telephone Slamming Investigation"; print"<OPTION> Technical Issues"; print"<OPTION> Campaign Not Applied"; print"<OPTION> Equipment Charges\n"; print"<OPTION> Customer Not Understanding Billing"; print"<OPTION> Not Receiving Bill In The Mail"; print"<OPTION> Wrong Mailing Address"; print"<OPTION> Wanting Payment Arrangements"; print"<OPTION> Disputing Non Pay Fee"; print"<OPTION> 3.99 Processing Fee (New England)"; print"<OPTION> 3.00 Processing Fee\n"; print"<OPTION> MLB Package Autorenewal Dispute\n"; print"<OPTION> Account Verification"; print"<OPTION> Bundling Discount\n"; print"</select>\n"; .......
I get this error message:print"<OPTION> Compliment";
If I remove the added <OPTION> Compliment, it goes back to working.Undefined Subroutine &main::stop called at calltracker.pl line132.
I understand that the error is probably not in this section of code, but can someone tell me what I should be looking for?
Its driving me crazy!
update (broquaint): added formatting + <code> tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Undefined Subroutine
by Limbic~Region (Chancellor) on May 20, 2003 at 22:05 UTC | |
|
Re: Undefined Subroutine
by Mr. Muskrat (Canon) on May 20, 2003 at 22:01 UTC | |
|
Re: Undefined Subroutine
by arturo (Vicar) on May 21, 2003 at 01:57 UTC | |
|
Re: Undefined Subroutine
by little (Curate) on May 21, 2003 at 21:26 UTC |