1Rex::Commands::MD5(3) User Contributed Perl DocumentationRex::Commands::MD5(3)
2
3
4
6 Rex::Commands::MD5 - Calculate MD5 sum of files
7
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
14 my $md5 = md5($file);
15
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.28.1 2017-03-01 Rex::Commands::MD5(3)