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. ;-(
Stephen
>James Smith <JG...@TA...>, 979-862-3725
>Texas A&M CIS Operating Systems Group, Unix
>
>
>
>_______________________________________________
>Perl-widget-developer mailing list
>Per...@li...
>http://lists.sourceforge.net/lists/listinfo/perl-widget-developer
>
|