Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/perl
- use strict;
- use warnings;
- $, = "\n";
- print split /。/, $ARGV[0];
- print "\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement