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');