fork download
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4. my $line = q{MD5ajdhe728ndsdhsds83ndsds /some/path/};
  5. $line =~ /^MD5([a-zA-Z0-9]+)/;
  6. print $1;
Success #stdin #stdout 0s 6188KB
stdin
Standard input is empty
stdout
ajdhe728ndsdhsds83ndsds