in reply to Help needed with file output and hashes.
What's happening is the assignment-match isn't happening, so $functionName is undef.if ($line =~ /^\#CCR-(.*)/) { my $functionName = $1; my $desc = <DATA>; # pull the next line $functxt{$functionName} = $desc; }
Be careful over there.
|
|---|