Help for this page

Select Code to Download


  1. or download this
    my @rows = ($name, $tel, $col3, $col4, $col5, $col6, join " ", @notes)
    +;
    
  2. or download this
    while (<DATA>) {
        s/\s+$//;
        s/\s+/ /g;
        print $_, "\n";
    }