Advertisement
cd62131

1.pl

May 30th, 2018
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.10 KB | None | 0 0
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4. $, = "\n";
  5. print split /。/, $ARGV[0];
  6. print "\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement