Subject: | code example in synopsis fails to print response args |
This code doesn't work as expected:
print join("\n", @{$args_response});
For example, this code does have the expected result:
map { print "\t$_\n" } @args_response;
The fact that the example code doesn't work can lead to much frustration
when trying to set up a TACACS+ configuration - wondering why there are
no response values!
FYI:
OS: Linux (Ubuntu Intrepid)
Perl:
$ perl -v
This is perl, v5.10.0 built for i486-linux-gnu-thread-multi
Kind regards,
Yvan