Help for this page

Select Code to Download


  1. or download this
    use Text::ParseWords;
    
    sub parse_csv {
        return quoteword(",",0, $_[0]);
    }