hi,
i would like to be able passing keystrokes to terminal using perl.
as simple example of what i'd like to do would be this in perl:
system 'links http://www.whatever.com';
now I'd like to perl to take over links and passing key strokes e.g. xterm.typekyes(<DOWN><10>) or xterm.typekyes(<SPACE>) etc (syntax is from Silk4Test lang) ...
is there any such possibility with perl?