- or download this
use strict;
use warnings;
...
pp '\@Type_Order: ', \@Type_Order;
pp '\%Kinds: ', \%Kinds;
pp '\%Type: ', \%Type;
- or download this
(
"\\%Flavor: ",
...
"alarm" => "schedule a SIGALRM",
"atan2" => "arctangent of Y/X in the range -PI to PI",
...
- or download this
split /PATTERN/,EXPR,LIMIT
split /PATTERN/,EXPR
split /PATTERN/