Skip Menu |

This queue is for tickets about the Search-Dict CPAN distribution.

Report information
The Basics
Id: 97189
Status: new
Priority: 0/
Queue: Search-Dict

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.07
Fixed in: (no value)



Subject: Wrong SYNOPSIS
The 2nd variant in the SYNOPSIS is missing the $key parameter. So instead use Search::Dict; look *FILEHANDLE, $params; it should be use Search::Dict; look *FILEHANDLE, $key, $params; Regards, Slaven