NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Worse is better, obviously (Score:2)
Sadly
gotois a useful construction in C, because the flow control primitives are, well, far more primitive than Perl. For example, you can only break out of the innermost loop.Perl's
gotohas something that isn't offered by C or PHP -goto &NAME[perl.org]. That form is really the only form that anyone should be using in Perl code, and then only when they know what they're doing and why. I don't know PHP, but either it has flow control structures as powerful as Perl's, in which casegotois not needed, or the fA quick plug for ack (Score:2)
is just
--cc means "C source and headers only", --cpp is "C++ source and headers only", -w means "word only".
Just install CPAN package App::Ack.
--
xoa
Re:A quick plug for ack (Score:1)
*beats head on wall*
Thanks Andy :)
Reply to This
Parent