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

NAME

Gnome::URL - Perl extension for libgnome/gnome-url (GNOME 1.x)

SYNOPSIS

  use Gnome::URL;
  Gnome::URL::show($url);

DESCRIPTION

This module provides a Perl binding for url handling in the GNOME environment (http://www.gnome.org). It can handle various types of URLs including http, https, ftp, file, info, man, ghelp, and possibly others.

The commands used to view different types of URLs are determined by the user's gnome configuration (most likely stored in ~/.gnome/Gnome).

See http://developer.gnome.org/doc/API/libgnome/gnome-gnome-url.html for more information.

EXPORT

None by default.

Exportable constants

  GNOME_URL_H

AUTHOR

Mark A. Stratman <mark@sporkstorms.org>

COPYRIGHT

Copyright (c) 2001, Mark Stratman. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.

The GNOME libraries (libgnome) are released under the LGPL (Library General Public License). Visit http://www.gnu.org for more details.