[boulder.pm] activity on this list

Eric Shore Baur baur at frii.com
Fri Jan 21 11:29:04 CST 2000


On 1/21/00 at 9:17 AM, Walter Pienciak <walter at frii.com> wrote:

>     $baz eq "yes" ? print "foo\n" : print "bar\n";
> 
> Any others?

    How about:

print ( $baz eq "yes" ? "foo" : "bar" , "\n" );

Eric





More information about the Boulder-pm mailing list