1Rex::Commands::MD5(3) User Contributed Perl DocumentationRex::Commands::MD5(3)
2
3
4

NAME

6       Rex::Commands::MD5 - Calculate MD5 sum of files
7

DESCRIPTION

9       With this module you calculate the md5 sum of a file.
10
11       This is just a helper function and will not be reported.
12

SYNOPSIS

14        my $md5 = md5($file);
15

EXPORTED FUNCTIONS

17   md5($file)
18       This function will return the MD5 checksum (hexadecimal) for the given
19       file.
20
21        task "md5", "server01", sub {
22          my $md5 = md5("/etc/passwd");
23        };
24
25
26
27perl v5.30.0                      2019-07-24             Rex::Commands::MD5(3)
Impressum