Help for this page

Select Code to Download


  1. or download this
        if ($line =~ /^\#CCR-(.*)/)    {
            my $functionName = $1;        
            my $desc = <DATA>;  # pull the next line        
            $functxt{$functionName} = $desc;
        }