1Data::Faker::StreetAddrUessesr(3C)ontributed Perl DocumeDnattaat:i:oFnaker::StreetAddress(3)
2
3
4
6 Data::Faker::StreetAddress - Data::Faker plugin
7
9 See Data::Faker
10
12 us_zip_code
13 Return a random zip or zip+4 zip code in the US zip code format.
14 Note that this is not necessarily a valid zip code, just a 5 or 9
15 digit number in the correct format.
16
17 us_state
18 Return a random US state name.
19
20 us_state_abbr
21 Return a random US state abbreviation. (Includes US Territories and
22 AE, AA, AP military designations.)
23
24 From the USPS list at
25 http://www.usps.com/ncsc/lookups/usps_abbreviations.html
26
27 street_suffix
28 Return a random street suffix (Drive, Street, Road, etc.)
29
30 From the USPS list at
31 http://www.usps.com/ncsc/lookups/usps_abbreviations.html
32
33 street_name
34 Return a fake street name.
35
36 street_address
37 Return a fake street address.
38
39 secondary_unit_designator
40 Return a random secondary unit designator, with a range if needed
41 (secondary unit designators are things like apartment number,
42 building number, suite, penthouse, etc that differentiate different
43 units with a common address.)
44
45 secondary_unit_number
46 Return a random secondary unit number, for the secondary unit
47 designators that take ranges.
48
49 city
50 Return a random city, taken from a list of larger cities in several
51 U.S. states.
52
54 Data::Faker
55
57 Jason Kohles, <email@jasonkohles.com>
58
60 Copyright 2004-2005 by Jason Kohles
61
62 This library is free software; you can redistribute it and/or modify it
63 under the same terms as Perl itself.
64
65
66
67perl v5.30.1 2020-01-29 Data::Faker::StreetAddress(3)