Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/Metaprogramming/Perl/metaprogramming-1.pl
Normal file
5
Task/Metaprogramming/Perl/metaprogramming-1.pl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package UnicodeEllipsis;
|
||||
|
||||
use Filter::Simple;
|
||||
|
||||
FILTER_ONLY code => sub { s/…/../g };
|
||||
3
Task/Metaprogramming/Perl/metaprogramming-2.pl
Normal file
3
Task/Metaprogramming/Perl/metaprogramming-2.pl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
use UnicodeEllipsis;
|
||||
|
||||
print join(' … ', 1 … 5), "\n";
|
||||
Loading…
Add table
Add a link
Reference in a new issue