mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
8cd2e28039
Approved by: knu
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
This is a module for finding IP addresses in plain text.
|
|
|
|
NetAddr::IP::Find exports one function, find_ipaddrs(). It
|
|
works very similar to URI::Find's find_uris() or
|
|
Email::Find's find_emails().
|
|
|
|
$num_ipaddrs_found = find_ipaddrs($text, \&callback);
|