Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: P2P Golf: MoleSter

by dragonchild (Archbishop)
on Dec 20, 2004 at 15:06 UTC ( [id://416199]=note: print w/replies, xml ) Need Help??


in reply to Re^3: P2P Golf: MoleSter
in thread P2P Golf: MoleSter

>> You cannot use open F,pop; because there are 3 args coming in, not 2.

Huh?!?

The function in question is

sub g{ open(F,'<',$_[1])&&&s($_[0],$a,"e$_[1]",<F>); close F }

On first glance, it looks like you can replace $_[1] with pop for a 2-character savings. However, look at where g() is called - &$3($2,$4,$'). There are three scalars in @_, not two. The fact that g() only uses two is irrelevant.

Being right, does not endow the right to be rude; politeness costs nothing.
Being unknowing, is not the same as being stupid.
Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.

Replies are listed 'Best First'.
Re^5: P2P Golf: MoleSter
by blazar (Canon) on Dec 21, 2004 at 14:39 UTC
    >> You cannot use open F,pop; because there are 3 args coming in, not 2.

    Huh?!?

    The function in question is

    sub g{ open(F,'<',$_[1])&&&s($_[0],$a,"e$_[1]",<F>); close F }

    On first glance, it looks like you can replace $_1 with pop for a 2-character savings. However, look at where g() is called - &$3($2,$4,$'). There are three scalars in @_, not two. The fact that g() only uses two is irrelevant.

    Again, in my OP it was implicit that one should change (if possible/convenient) the way subs are actually called... it was meant to be a very generic cmt.

Log In?
Username:
Password:

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

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

    No recent polls found