Help for this page

Select Code to Download


  1. or download this
    if (@file != 0) {# @file in scalar context here - returns number of li
    +nes in the array
       #your stuff here
    };
    
  2. or download this
    if ($#file < 0) {# $#file returns max index of array
       #your stuff here
    };