Help for this page

Select Code to Download


  1. or download this
    use Text::CSV_XS qw(csv);
    
    ...
        14 => sub { $_ eq "SMPP" and ++$count },
        });
    say $count;