I keep getting bogus messages like: Name "ams::uscs_trailer_out" used only once: possible typo at /local/bax/test/uscs_client.pl line 137. Name "ams::uscs_header_out" used only once: possible typo at /local/bax/test/uscs_client.pl line 137.
even though I have: package ams; ...... our $SOH = chr(0x01); our $STX = chr(0x02); our $ETX = chr(0x03); ...... our $uscs_header_out = "\r\n".$SOH."WASUCCR"."\r\n.".$ams::orig_code."\r\n".$STX; our $uscs_trailer_out = "\r\n".$ETX; ... In the script using the package..... my $message = $ams::uscs_header_out.$in_data.$ams::uscs_trailer_out; #warning I can not figure it out! _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

