Help for this page

Select Code to Download


  1. or download this
    if(exists {Keys of %line contains any values of $new{a} }) #need this 
    +condition
    
  2. or download this
    if (grep { exists $line{$_} } @{$new{a}}) {
    
  3. or download this
    #!/usr/bin/env perl -l
    
    ...
            }
        }
    }
    
  4. or download this
    Key: a
    TRUE
    ...
    FALSE
    Key: c
    FALSE