Sys::Hostname

Raku port of Perl's Sys::Hostname module

NAME

Raku port of Perl's Sys::Hostname module

SYNOPSIS

use Sys::Hostname;
$host = hostname;

DESCRIPTION

This module tries to mimic the behaviour of Perl's Sys::Hostname module as closely as possible in the Raku Programming Language.

Obtain the system hostname as Raku sees it.

All NULs, returns, and newlines are removed from the result.

PORTING CAVEATS

At present, the behaviour of the built-in gethostname sub is used. Any bugs in its behaviour should be fixed there.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/Sys-Hostname . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2018, 2019, 2020, 2021 Elizabeth Mattijsen

Originally developed by David Sundstrom and Greg Bacon. Re-imagined from Perl as part of the CPAN Butterfly Plan.

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Sys::Hostname v0.0.10

Raku port of Perl's Sys::Hostname module

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Sys::Hostname

Documentation

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