Help for this page

Select Code to Download


  1. or download this
    push( @{ $GeneralInfo{$Ref2General->[$i_gdes]} }, $2);
    . . .
    push @{ $GeneralInfo{$Ref2General->[$i_gdes]} }, $NotNamed;
    
  2. or download this
    $GeneralInfo{$Ref2General->[$i_gnoi]}=$2;
    
  3. or download this
    while (my $line = <INPUT>)
    {
        . . . 
    }