in reply to Re^6: Interact with mainframe screen
in thread Interact with mainframe screen

The ->screen subroutine is to be called like this:

my $host = Host::PCom->new($hostname); my @lines = $host->screen();