Net::NetRC

parse `.netrc` files

NAME

Net::NetRC - parse .netrc files

SYNOPSIS

use Net::NetRC;

my $x = netrc;

say $x<google.com><login>;

my $y = netrc 'machine azul.example.com login massa password j4k3';

say $y<azul.com><password>;

my $z = netrc '/home/myname/.netrc.alternate';

DESCRIPTION

Net::NetRC is a basic parser for the .netrc file format.

I made it as a simple way of obtaining logins and passwords for many other projects.

AUTHOR

Humberto Massa [email protected]

COPYRIGHT AND LICENSE

Copyright Ā© 2022 - 2024 Humberto Massa

This library is free software; you can redistribute it and/or modify it under either the Artistic License 2.0 or the LGPL v3.0, at your convenience.

Net::NetRC v0.0.7

parse `.netrc` files

Authors

  • Humberto Massa

License

Artistic-2.0

Dependencies

Hash::Agnostic

Test Dependencies

Provides

  • Net::NetRC

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.

Built with Podlite — the markup and publishing tools behind this site.