Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Switch statement?

by The Mad Hatter (Priest)
on Jul 18, 2004 at 20:37 UTC ( [id://375424]=note: print w/replies, xml ) Need Help??


in reply to Re: Switch statement?
in thread Switch statement?

Corion is right; there are two places where you actually have one too many open parens:
$tmp = uc(substr(($indata,$i,1)); # a bc cb ... no a switch (($tmp) { # ab b ... no a

Replies are listed 'Best First'.
Re^3: Switch statement?
by ihb (Deacon) on Jul 18, 2004 at 21:02 UTC
    for (($i=0; $i<$len; $i++) { # ab b ... no a

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://375424]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-25 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found