Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Confusing syntax error with grep

by gumpu (Friar)
on Aug 12, 2004 at 13:57 UTC ( [id://382243]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub parseDir {
        my $self    = shift;
    ...
                ( $_ !~ /^\.+$/ ) and # but avoid . and ..
                ( $self->parseDir( "$path/$_", $out, $target ) ) ), @files
    + );
    }
    
  2. or download this
     
      ( expression ) and ( expression ) and ( expression)
    
  3. or download this
     
      ( ( expression ) and ( expression ) and ( expression) )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found