Tk Question

2001-05-29 Thread Bornaz, Daniel
Can anyone help me by telling me how can I scroll in program to the end of a Scrolled object after adding some text that goes out of the displayed area? Many thanks in advance, Daniel Bornaz GBS Specialist ~~ Compaq Computer Romania 77 Emanoil Porumbaru St. Bucha

Regex problem

2001-05-28 Thread Bornaz, Daniel
Dear all, I am trying the following code using ActivePerl 5.6.1.626, in my quest to find the minimal string between "bar" and "river": $stt="The food is under the bar in the barn in the river."; $stt=~/bar(.*?)river/; print "$&"; The output is: bar in the barn in the river Instead of the expec