Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        # and forget the collected information
        %info = ();
    };
    
  2. or download this
    if ( defined $cds && defined $gi && defined $version ) { # Print only 
    +when all variables are defined
            print "$gi\t$version\t$cds\n";
            $gi = $cds = undef; # Get ready for the next loop
            }