Closed p5pRT closed 20 years ago
-----------------------------------------------------------------
Example 1:
print (" ". " ");
Emits a warning "print (...) interpreted as function at print_bug line 38
while
Example 2:
print " ". " ";
works just fine.
Any reason why example one cerates a warning and example two does not?
Migrated from rt.perl.org#6380 (status was 'resolved')
Searchable as RT6380$