$cons->Write(string)
cons
string
Writes string on the console, using the current attribute, which you can set with Attr, and advancing the cursor as needed. This isn't so different from Perl's print statement. Returns the number of characters written, or undef on error.
Attr
print
undef
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]