First, I would change the "shebang" line to #!/usr/bin/perl. If you use #!/usr/bin/perl -w, windows will not pay attention to the perl path, but it will understand the -w (use warnings) option.
The above is a tip for the future. That is not the problem now.
It is not a problem at all since memo already has use warnings;