in reply to Re^5: Does Perl 5 (or 6?) need another built-in variable for the -F switch?
in thread Does Perl 5 (or 6?) need another built-in variable for the -F switch?
If -M (for example) were used multiple times, the %^C hash would look like this:
%^C = ( M => [ 'strict', 'Data::Dumper', 'Getopt::Long' ], # ..... );
Dave
|
|---|