Help for this page

Select Code to Download


  1. or download this
    #! /opt/perl/bin/perl
    use strict;
    ...
        print split_at( 'a'x110, 100 );
    }