Help for this page

Select Code to Download


  1. or download this
    my $counter = 0;
    # (comment-out added): use vars qw($counter);
    
  2. or download this
    use vars qw($counter);
    $counter = 0;