Help for this page

Select Code to Download


  1. or download this
    sub return_string{
        my @temp = (12,23,34,4,5);
        return join ",", @temp;
    }