Help for this page

Select Code to Download


  1. or download this
    perl -nle "print bar($_) unless foo($_)"
    
  2. or download this
    perl -ple "next if foo($_); $_=bar($_)"