yitzle wrote:
Don't shoot me! I can't find enum on the perldocs. Perl does have an enum, right? How do I go about making an enum? I basically want a bunch of variables to equal subsequent values, eg 0, 1, 2, ...
Perl doesn't provide enum natively. But it's a solution to a problem, so perhaps you ought to tell us what the problem is instead of trying to implement a C solution? Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/