Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: Re: Tk question

by perl_seeker (Scribe)
on Sep 15, 2003 at 09:05 UTC ( [id://291513]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Tk question
in thread Tk question

Hi :)
It was $t which was causing the problem.I had declared it using
my $t = $mw->Scrolled("Text",-font=>"{arial} 12 {bold}")->pack(-side = +> 'bottom', -fill => 'both', -expand => 1);
i.e. global to the file so these statement later
for($t=0;$t<$lthree;$t++) { if($mpart=~/$three[$t]/)
caused the problem.Here I had declared $t without "my".This portion of code was earlier in a separate
file.I did not notice this bit earlier.
Thanx :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://291513]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-16 14:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found