Scroll to navigation

PAGESJAUNES(1p) User Contributed Perl Documentation PAGESJAUNES(1p)

NAME

pagesjaunes - Lookup phones numbers from www.pagesjaunes.fr

SYNOPSIS

pagesjaunes [options ...]

 Options:
    -activite    -business  : Business type
    -nom         -name      : Name
    -prenom      -firstname : First name
    -localite    -town      : Town
    -departement -district  : Dept district or Region
    -useragent : String to be passed as User-Agent header
                 (this may be needed to bypass user-agent detection)
    -fast      : Submit the request directly without querying the form
    
    -separator : Character used to separate the fields (default '\t')
    -limit     : Maximum number of results returned
    -english   : Use the pagesjaunes.fr english interface
    -quiet     : Turn off error messages display
    -help      : Brief help message
    -man       : Full documentation
    -version   : Display version number

You must provide the localite/town option, and either activite/business or nom/name option. The prenom/firstname option is ignored if the localite/town option is set.

OPTIONS

Activity or business type you're looking for. This is a mandatory switch if you don't specify the -name or -nom switches.
Name of the person or company you're looking for. Note that the search is done with a fuzzy match.
First name of the person you're looking for. This option is ignored if the -activite or -business are set.
Address of the person you're searching for.
Name of the town.
Department district or Region you're searching in.
Character used to separate fields in the result set. Default is a tabulation character.
The default user-agent string passed to the www.pagesjaunes.fr site is ""WWW::Search::Pagesjaunes/x.xx" where x.xx is the version of the module.

Sometimes, it is needed to change it to other user-agent strings.

Maximum number of entries returned. Default is 50. If you set it to 0 or a negative number, it will return all the entries found.
Use the english interface of pagesjaunes.fr. This means that you can enter business types in english (i.e. 'plumber' instead of 'plombier'), and error messages will be displayed in english.
No error messages are printed when this switch is on
Print a brief help message and exits.
Prints the manual page and exits.
Prints the version of the script and exits.

DESCRIPTION

This script provides name, phone number and addresses of French telephone subscribers by using the http://www.pagesjaunes.fr directory and the WWW::Search::Pagesjaunes module.

COPYRIGHT

Please read the Publisher information of <http://www.pagesjaunes.fr> available at the following URL: <http://www.pagesjaunes.fr/pj.cgi?html-=commun/avertissement.html&lang=en>

This script is Copyright (C) 2002, Briac Pilpré

This script is free software; you can redistribute it or modify it under the same terms as Perl itself.

AUTHOR

Briac Pilpré <briac@cpan.org>

2018-11-25 perl v5.28.0