Help for this page
Select Code to Download
Select
or
download this
#! /opt/perl/bin/perl use strict; ... print split_at( 'a'x110, 100 ); }