Acme-BadFont

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Acme::BadFont - Cope with a bad font in your editor

SYNOPSIS
      use warnings;
      use Acme::BadFont;

      my $f = "1OO";
      print $f + 1, "\n";   # 101
      my $d = "I.S";
      print $d * 2, "\n";   # 3

DESCRIPTION
    If the font in your editor is bad, this module will help by fixing the
    numbers in your strings.

AUTHOR
    haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>

  CONTRIBUTORS
    None so far.

lib/Acme/BadFont.pm  view on Meta::CPAN

=head1 NAME

Acme::BadFont - Cope with a bad font in your editor

=head1 SYNOPSIS

  use warnings;
  use Acme::BadFont;

  my $f = "1OO";
  print $f + 1, "\n";   # 101
  my $d = "I.S";
  print $d * 2, "\n";   # 3

=head1 DESCRIPTION

If the font in your editor is bad, this module will help by fixing the numbers
in your strings.

=head1 AUTHOR

haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>



( run in 0.845 second using v1.01-cache-2.11-cpan-de7293f3b23 )