Help for this page

Select Code to Download


  1. or download this
    open my $fh, '<', $file or die "could not open file";
    
  2. or download this
    @array or print "array empty\n";
    
  3. or download this
    @array=undef;
    @array or print "array empty\n";