Help for this page

Select Code to Download


  1. or download this
    my $textarea = $q->param('textarea');
    my $textarea =~ s/\r//g;  # get rid of any \r characters
    my @array = split(/\n/,$textarea);