--- iain truskett <[EMAIL PROTECTED]> wrote:
> I use cuddled if what I'm doing would look silly otherwise. e.g.
>
> if ($blah) {
> one line;
> } elsif ($flurp) {
> one line;
> } else {
> one line;
> }
Hey! I think that was the thing that made me switch! =o)
In C I could say
if (x)
{
code();
}
else if (y)
{
moreCode():
}
etc. Since Perl uses elsif()'s, I switched to keep it from looking too
crazy....
I think....? >:o]
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
- Perl Style Question Gross, Stephan
- Re: Perl Style Question Paul Johnson
- Re: Perl Style Question iain truskett
- Re: Perl Style Question Paul
- Re: Perl Style Question iain truskett
- Debugging the CGI - Application Paul
- Debugging the CGI - Application Rajeev Rumale
- Re: Debugging the CGI - Applicati... Me
- Re: Debugging the CGI - Appli... Rajeev Rumale
- Re: Debugging the CGI - Appli... Me
- Re: Debugging the CGI - Appli... Rajeev Rumale
- Re: Debugging the CGI - Appli... Aaron Craig
- Re: Perl Style Question Adam Turoff
- Re: Perl Style Question Peter Scott
- Re: Perl Style Question Brett W. McCoy
- Re: Perl Style Question Jeff Yoak
