Search notes:

Perl function: crypt

use warnings;
use strict;
use feature 'say';

say crypt ("foo bar baz", "salt");
Github repository about-perl, path: /functions/crypt.pl

See also

Perl functions

Index