The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Faker::Plugin::InternetIpAddress - Internet Ip Address

ABSTRACT

Internet Ip Address for Faker

VERSION

1.19

SYNOPSIS

  package main;

  use Faker::Plugin::InternetIpAddress;

  my $plugin = Faker::Plugin::InternetIpAddress->new;

  # bless(..., "Faker::Plugin::InternetIpAddress")

DESCRIPTION

This package provides methods for generating fake data for internet ip address.

INHERITS

This package inherits behaviors from:

Faker::Plugin

METHODS

This package provides the following methods:

execute

  execute(HashRef $data) (Str)

The execute method returns a returns a random fake internet ip address.

Since 1.10

execute example 1
  package main;

  use Faker::Plugin::InternetIpAddress;

  my $plugin = Faker::Plugin::InternetIpAddress->new;

  # bless(..., "Faker::Plugin::InternetIpAddress")

  # my $result = $plugin->execute;

  # "108.20.219.127";

  # my $result = $plugin->execute;

  # "7680:93e0:88b2:06a0:c512:99e4:e8a9:7d48";

  # my $result = $plugin->execute;

  # "89.236.15.220";

new

  new(HashRef $data) (Plugin)

The new method returns a new instance of the class.

Since 1.10

new example 1
  package main;

  use Faker::Plugin::InternetIpAddress;

  my $plugin = Faker::Plugin::InternetIpAddress->new;

  # bless(..., "Faker::Plugin::InternetIpAddress")

AUTHORS

Awncorp, awncorp@cpan.org

LICENSE

Copyright (C) 2000, Al Newkirk.

This program is free software, you can redistribute it and/or modify it under the terms of the Apache license version 2.0.