Hi,

  Anyone know of a good online reference/tutorial for perl/Tk,
especially in
area of layouts (pack/grid/?)? Can't seem to get things lined up as I'd
like.

  Also, anyone know how to (easily) get a script to act more like a
pipe,
ie: like Unix cat, head, etc... What I would like to be able to do is:

cat filename | myscript.pl 

  or 

myscript.pl -f filename                               # I use
Getopt::Long on most of my scripts

  or even

cat filename | myscript.pl -debug

I've written a not so elegent subroutine to do it because I couldn't
find a module
which I could get to do it, or I didn't know how to use the module
properly.
Surely there is one (module) out there already that does this?

Thanks.

John

Reply via email to