"Christopher D . Lewis" wrote: > > ... and I have no idea what an explicit package name is :-) At your > request, I have placed the whole, ugly thing at > www.PuckU.org/misc/nudice-01c for inspection of why Perl thinks the > line numbers are as it reports ... I apologize in advance for the > program's appearance -- though it looks like it's set up to iterate > through requests and need not create a complicated data structure full > of info on each request and what's been done with it, I wanted to get > practice with what have been introduced to me as anonymous storage. So > I (try to) use anonymous storage and I have written everything else as > if it were happy to do without ...
Look closely at line 71 }s The letter 's' at the end of the line is being interpreted as a substitution operator. John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]