Help for this page

Select Code to Download


  1. or download this
    my $type="w";
    &print_summary;
    ...
            print "hello\n";
        }
    }
    
  2. or download this
    sub print_summary
    {
    ...
    }
    my $type="w";
    &print_summary;