Ticket #523 (closed enhancement: fixed)
Unclear Perl errror
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Context Sensitive Help | Version: | 0.45 |
| Keywords: | Cc: |
Description
use warnings print '\tThis is a single quoted string.\n'; print "\tThis is a double quoted string. \n";
gives the following error:
Unknown warnings category '1' at a.pl line 2 BEGIN failed--compilation aborted at a.pl line 2. \tThis is a single quoted string.\n
Padre should do something more clever
Change History
Note: See
TracTickets for help on using
tickets.
