in reply to
Re^4: problems parsing data
in thread
problems parsing data
Some release notes at Cisco state that the line: my($user,$pass,$host) = ('a', 'b', 'localhost'); should be: my( $user, $pass, $host) = ('a', 'b', 'localhost');
Comment on
Re^5: problems parsing data
In Section
Seekers of Perl Wisdom