Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Mutator chaining considered harmful

by Anonymous Monk
on Dec 30, 2004 at 09:37 UTC ( [id://418223]=note: print w/replies, xml ) Need Help??


in reply to Re: Mutator chaining considered harmful
in thread Mutator chaining considered harmful

Or to stay closer to home, Perl's 5.9.x stacking file operators:
if (-r -w $file) { # File is readable and writeable ... }

Replies are listed 'Best First'.
Re^3: Mutator chaining considered harmful
by Anonymous Monk on Jul 12, 2007 at 08:27 UTC

    I don't think those are stacked, exactly. I think they use the syntax of single-letter command-line options.

    -vH

Log In?
Username:
Password:

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

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

    No recent polls found