App-IndonesianNumberUtils
view release on metacpan or search on metacpan
"name" : "GenPericmdScript parse-nik",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript parse-nkk",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript validate-nop-pbb",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript parse-npwp",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript parse-pom-reg-code",
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript parse-nik'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript parse-nkk'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript validate-nop-pbb'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript parse-npwp'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript parse-pom-reg-code'
version: '0.425'
-
enable_log=1
read_config=0
read_env=0
[GenPericmdScript / GenPericmdScript parse-nkk]
url=/Business/ID/NKK/parse_nkk
enable_log=1
read_config=0
read_env=0
[GenPericmdScript / GenPericmdScript validate-nop-pbb]
url=/Business/ID/NOPPBB/validate_nop_pbb
name=parse-nop-pbb
enable_log=1
read_config=0
read_env=0
[GenPericmdScript / GenPericmdScript parse-npwp]
url=/Business/ID/NPWP/parse_npwp
enable_log=1
read_config=0
read_env=0
script/parse-nik view on Meta::CPAN
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--nik>=I<s>*
Input NIK to be validated.
Can also be specified as the 1st command-line argument.
=item B<--no-check-locality>
(No description)
=item B<--no-check-province>
script/parse-nkk view on Meta::CPAN
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--nkk>=I<s>*
Input NKK to be validated.
Can also be specified as the 1st command-line argument.
=item B<--no-check-locality>
(No description)
=item B<--no-check-province>
script/parse-nop-pbb view on Meta::CPAN
#!perl
# Note: This script is a CLI for Riap function /Business/ID/NOPPBB/validate_nop_pbb
# and generated automatically using Perinci::CmdLine::Gen version 0.502
use 5.010001;
use strict;
use warnings;
use Log::ger;
use Perinci::CmdLine::Any;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-08-05'; # DATE
our $DIST = 'App-IndonesianNumberUtils'; # DIST
our $VERSION = '0.033'; # VERSION
my $cmdline = Perinci::CmdLine::Any->new(
url => "/Business/ID/NOPPBB/validate_nop_pbb",
program_name => "parse-nop-pbb",
log => 1,
read_config => 0,
read_env => 0,
);
$cmdline->run;
# ABSTRACT: Validate (and parse) Indonesian property tax number (NOP PBB)
# PODNAME: parse-nop-pbb
( run in 1.264 second using v1.01-cache-2.11-cpan-beeb90c9504 )