Hi,
can anyone tell me how to create a Toplevel (MainWindow->new) that is maximized? I'm using Linux, so the $mw->state('zoomed'); thingie does not work :(
thanks,
michael
Hi everyone,
I'm trying to get the output of a command - preferably line by line - before it has returned.
Say you have some command outputting stuff over a length of time. like this:
#!/usr/bin/perl
foreach (1..10) {
print 'This is cycle '.$_."\n";
sleep(1);
}
Now you have a program...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.