print $expect_instance "show system\r"; ( $which, $why, $match, $before, $after ) = $expect_instance->expect( $Timeout, '#'); if( ! $which ) { mylog( $dev, 'sho_sys', $why ); return; } $sho_sys = $before;