On Feb 12, 9:48 am, [EMAIL PROTECTED] (Mk) wrote:
> sorry, zentara, but with my perl 5.8.8 this script first produces:
>
> Bareword "Mainloop" not allowed while "strict subs" in use at
> ./Tkmenuentryconfigure.pl line 25
>
> And even after i delete "use strict" i now get:
>
> Useless use of a constant in void context at ./Tkmenuentryconfigure.pl
> line 25
>
> I presume it did work for you at some point?
>
...

> On 02/12/2008 07:26:03 AM, zentara wrote:

...

> ->
> -> MainLoop;
> -> __END__
> ->
> ->
> -> zentara
> ->

Perl is case sensitive. Note the spelling of MainLoop.
HTH, Ken


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to