Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Flip-flop reset?

by swkronenfeld (Hermit)
on Aug 30, 2006 at 14:47 UTC ( [id://570396]=note: print w/replies, xml ) Need Help??


in reply to Re: Flip-flop reset?
in thread Flip-flop reset?

Nice idea sgifford. I think that what I may do is actually put the newline at the end
foreach (@arr, "\n") {
They should work identically, as far as I can tell, but I can verify that the operator flops before leaving the subroutine now. This should work for both cases of input as I stated above.

Thanks for everyone's input.

Replies are listed 'Best First'.
Re^3: Flip-flop reset?
by ysth (Canon) on Aug 30, 2006 at 20:55 UTC
    That will only work if you are certain nothing in your for loop will bail out early, including something throwing an exception that's caught by a caller of your sub. Putting the dummy "\n" at the beginning of the loop is safer.

Log In?
Username:
Password:

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

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

    No recent polls found