#!/usr/bin/perl use strict; use Locale::Maketext::Extract::Run 'xgettext'; if (@ARGV) { xgettext(@ARGV); } else { system(qq[perldoc "$0"]); } =head1 NAME xgettext.pl - Extract translatable strings from source =head1 SYNOPSIS B [I