Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

How do I get an exclusion with grep?

by Lady_Aleena (Priest)
on Apr 27, 2020 at 03:17 UTC ( [id://11116100]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my @big_images = $opt{big} ? @{$opt{big}} : ();
      for my $cross_file (@cross_files) {
    ...
        my $class = 'svg_group';
           $class .= ' right' unless grep(/$text/i, @big_images);
      }
    
  2. or download this
    my $magic = crossover_magic( big => ['Smart'] );
    
  3. or download this
    sub crossover_magic {
      my %opt = @_;
    ...
    
      return $magic;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-19 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found