Help for this page

Select Code to Download


  1. or download this
    perl -ne'if(m/if\s*\(.+?=[^~].+?\)/){print "Possible use of = instead 
    +of == in line $.\n"}' script.pl
    
  2. or download this
    something() if $var1 = $var2;