Help for this page

Select Code to Download


  1. or download this
    my $i="";
    my $t="";
    my @data="";
    
  2. or download this
    my @data = ();
    
  3. or download this
    $lines=scalar@data/4;
    
    ...
       
        print $items;
    }
    
  4. or download this
    use warnings;    # flags many questionable constructs
    use diagnostics; # makes error messages much more understandable