> On Oct 20, Bryan R Harris said:
> 
>> I'd like to write a perl script to do very simple bitmap editing.  The part
>> I can't figure out is how to write text into the terminal at any x,y point.
>> Is this possible?
>> 
>> e.g. how can I write an "*" at 10 columns over, 5 rows down in the current
>> terminal?
> 
> The Curses module is probably a good starting point.  It gives you control
> over the terminal displays.
> 
> Curses!  Foiled again!


Curses is a CPAN module, correct?

I have an office-full of users here, most of which will not not have that
module installed on their workstations.  What's the best way to do something
like that?  Can I have my perl script install that module on their machines?
Or can I simply embed that module within my script somehow?

- B




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to