Help for this page

Select Code to Download


  1. or download this
    my $foo = (1,2,3); # assigns 3 to $foo
    
  2. or download this
    my %bar = (
      a => 'A',
    ...
    
    print "broken_count : $broken_count\n";  # B
    print "working_count: $working_count\n"; # 2