table of contents
other versions
- buster 1.6.0-1
- buster-backports 1.12.2-1~bpo10+1
- testing 1.13.2-1
- unstable 1.13.3-1
Rex::Commands::MD5(3pm) | User Contributed Perl Documentation | Rex::Commands::MD5(3pm) |
NAME¶
Rex::Commands::MD5 - Calculate MD5 sum of filesDESCRIPTION¶
With this module you calculate the md5 sum of a file.This is just a helper function and will not be reported.
SYNOPSIS¶
my $md5 = md5($file);
EXPORTED FUNCTIONS¶
md5($file)¶
This function will return the MD5 checksum (hexadecimal) for the given file.task "md5", "server01", sub { my $md5 = md5("/etc/passwd"); };
2018-02-01 | perl v5.26.1 |