Help for this page

Select Code to Download


  1. or download this
    my $id;
    while (<>) {
    ...
            print("\nComment ", fetch_comment($id), "\n");
        }
    }