in reply to Re^6: Interact with mainframe screenin thread Interact with mainframe screen
The ->screen subroutine is to be called like this:
my $host = Host::PCom->new($hostname); my @lines = $host->screen(); [download]