awk, perl Script for processing a single line text file

I need a script to process a huge single line text file:

The sample of the text is:

"forward_inline_item": "Inline", "options_region_Australia": "Australia", "server_event_err_msg": "There was an error attempting to save", "Token": "Yes", "family": "Family","pwd_login_tab": "Enter Your Password:"

Expecting the following output:

forward_inline_item,Inline
options_region_Australia,Australia
server_event_err_msg,There was an error attempting to save
Token,Yes
family,Family
pwd_login_tab,Enter Your Password:
----------------------

Thanks

please don't expect that others do your work! please write your scripts for yourself. if you've problems and need help... ask.
also this looks like some kind of "homework" which is against our rules. i'll close this thread down for now.

thanks,
DN2