> I typically use something like:
> 
> $clear = `clear`;
> print "$clear";
> 
> Make sure the clear command is in your path ('which
> clear' from the shell will tell you if/where it is).

The Cookbook suggests using the Term::Cap module, but isn't
worth it unless you care about calling an external
program... eg suid scripts or root or cross-platform.

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to