Help for this page

Select Code to Download


  1. or download this
    # Get position only
    ($x, $y) = $CONSOLE->Cursor();
    
  2. or download this
        @info = $CONSOLE->Info();
        print "Cursor at $info[3], $info[4].\n";