- or download this
#!/usr/bin/perl
use 5.011;
use warnings;
...
}
__END__
- or download this
$ ./2.github.pl
ini path is /home/bob/Documents/html_template_data/3.values.ini
$VAR1 = bless( {
...
"Value" is a subtype of "Defined"
Undef did not pass type constraint "Defined" (in $args->{"login"})
"Defined" is defined as: (defined($_))
- or download this
$ cd /usr/local/share/perl/5.26.1/Net
$ cat GitHub.pm
package Net::GitHub;
...
1;
__END__