TermReadKey
view release on metacpan or search on metacpan
genchars.pl view on Meta::CPAN
# $Id: genchars.pl,v 2.22 2005/01/11 21:15:17 jonathan Exp $
#
##############################
$version="1.98";
##############################
use Config;
BEGIN { push @INC, "."; }
use Configure;
use constant SILENT =>
(defined $ENV{MAKEFLAGS} and $ENV{MAKEFLAGS} =~ /\b(s|silent|quiet)\b/ ? 1 : 0);
#sub report {
# my($prog)=join(" ",@_);
#
# my($ccflags, $ldflags, $cc, $rm) = @Config{'ccflags', 'ldflags', 'cc', 'rm'};
# my($command, $ret);
#
# $command = $prog;
# open(F, ">temp$$.c") || die "Can't make temp file temp$$.c! $!\n";
# print F $command;
( run in 0.368 second using v1.01-cache-2.11-cpan-8d75d55dd25 )