> Yo.....

What's up dog? :)

> 
> I read in Learning Perl that there are no such constructs 
> like a case statement.  Is there 

Yes, there is.
Do you mean: 
        if(this) { do this }
        elsif(that) { do that }
        else { do the other }

> something similar or did I misread this?  Also what about 
> functions and 
> function calls, do these exits or does the subroutines replace these?

Functions and subroutines are *basically* the same thing. 
Perldoc perlsub I believe addresses this.

HTH 
DMuey

> 
> thanks 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to