June 2019 Archives

Why Perl 5 benefits is never talked in Perl Weekly Challenge?

Why Perl 5 benefits is never talked in Perl Weekly Challenge?


How to display NA in CPAN Testers

How to display NA in CPAN Testers?

I asked qustion "I want to display NA instead of UNKKONW in CPAN Testers"

I get some answers.

Thank you for everone!

I write a example to to display NA in CPAN Testers.

use 5.008007;
use ExtUtils::MakeMaker;

# Check supported environment
{
# SPVM only support 64bit integer Perl
my $ivsize = $Config{ivsize};
if ($ivsize 8) {
warn "SPVM don't support t…

Can meta cpan display html table

Can meta cpan display html table.

metaCPAN support img tag.

https://metacpan.org/pod/Chart::Clicker

If I use HTML table in pod,

<table>
  <tr>
    <th>title1</th>
    <th>title2</th>
   </tr>
  <tr>
    <td>foo</td>
    <td>bar</td>
  </tr>
</table>

=end html

If you know, tell me the answer.

Dose Imager have utilities for vector graphic to write chart?

Dose Imager have utilities for vector graphic to write chart?

Imager is very portable to manipulate imanges in Perl.

I want to know that Dose Imager have utilities for vector graphic to write chart?

For example, Cairo can write the following Chart.

Perl Cairo tutorial

="https://www.lemoda.net/cair…

About Yuki Kimoto

user-pic I'm Perl Programmer. I LOVE Perl. I want to contribute Perl community and Perl users.