Re: [PW-dev] parameter names (dash, underscore, none)
Status: Alpha
Brought to you by:
spadkins
From: James G S. <JG...@TA...> - 2001-06-19 18:53:53
|
Stephen Adkins <ste...@of...> wrote: >At 11:32 AM 6/19/2001 -0500, James G Smith wrote: >>Stephen Adkins <ste...@of...> wrote: >... >>It would be nice to make the translation easy on the code which means >choosing >>a substitute character... Perhaps a period `.' ? >> >>$last_name = $wc -> widget( >> -border.style => "solid", >>) -> html(); > >James. I liked the suggestion better than the underscore (_) I was using, >but the "." is the concatenation operator, resulting in the same as: > >$last_name = $wc -> widget( > -borderstyle => "solid", >) -> html(); > >So, I'm sticking with underscores. ;-( doh! -- James Smith <JG...@TA...>, 979-862-3725 Texas A&M CIS Operating Systems Group, Unix |