Help for this page

Select Code to Download


  1. or download this
    $var = 'text';
    $text = 'This is not a very long string.';
    ...
    while (${$var}) {
        push @array, substr ${$var}, 0, 70, undef;
    }