my $fh = new FileHandle($filename);
but no "use FileHandle". That causes an error in BulkRegistration (Can't locate object method "new" via package "FileHandle").
Solution: Add "use FileHandle" near the beginning of this file.
| ItemTemplate | |
|---|---|
| Summary | Syntax error in DelimitedFile.pm |
| ReportedBy |
TWiki:Main.PeterScott |
| Codebase | |
| SVN Range | Mon, 27 Mar 2006 build 9563 |
| AppliesTo | Engine |
| Component | |
| Priority | Urgent |
| CurrentState | Closed |
| WaitingFor | |
| Checkins | 9620 |
| TargetRelease | patch |