#!/usr/bin/perl -w use strict; use Msg('en'); print MSG('WRONG_PARAMETER', 'x'); print MSG('LOADING_ERROR', 'file.txt', $!);