Hena
10-22-2002, 02:14 AM
I have two things that are bothering me in perl. I don't seem to be able to get them solved just right, only near so.
1. When using predefined subroutines. How can i change scalar/array/hash thats passed to it without needing to return it as well?
2. How can i find out a screen size that being used? I 'm trying to make a scrollable text, but i need to make it the same size the the console screen that being used (40*80, 60*120 etc in row*col). Little like pine and such progs.
TIA
1. When using predefined subroutines. How can i change scalar/array/hash thats passed to it without needing to return it as well?
2. How can i find out a screen size that being used? I 'm trying to make a scrollable text, but i need to make it the same size the the console screen that being used (40*80, 60*120 etc in row*col). Little like pine and such progs.
TIA