Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub f {
    ($a,$b)=@_;$b-=3;substr$a,$b++/2,-$b/2,"...";$a
    }