in reply to Re^2: Selective Printing of Lines
in thread Selective Printing of Lines
See: perldoc -f defined
defined EXPR defined Returns a Boolean value telling whether EXPR has a valu +e other than the undefined value "undef".
! negates the condition, so in natural language the condition is: "if $min{$col2} is not defined".
|
|---|