- or download this
use strict;
use Config;
use vars qw(%Config);
print "My default pager is $Config{pager}\n";
- or download this
sub colorize {
# Autoload here
...
return $escape_code;
}
}
- or download this
my ($case, $data) =(split /\s/, $input, 2;
$case = lc($case);
...
else {
do_default($input);
}
- or download this
@cases = [
# etc
...
},
# etc
};