From: dippa <gerard.sha...@gmail.com>
Date: Mon, 27 Oct 2008 21:28:06 -0700 (PDT)
Local: Tues, Oct 28 2008 12:28 am
Subject: Perl CGI output truncated
Hi,
Scratching my head with an issue where my Perl CGI output is being
Below is a minimal version of a script I'm useing to pull info from a
use strict;
my $output;
print header;
$output = `rsh <cisco_router> ping <ip_addr>`;
print end_html();
exit;
The problem being the output is being truncated:
Type escape sequence to abort.
Missing:
I'm running:
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License
Complete documentation for Perl, including FAQ lists, should be found
# apache -v
Any help would be appreciated.
Thanks You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||