On Thu, Jun 15, 2006 at 01:42:26AM -0400, Joey Hess wrote:
> Package: perl-doc
> Version: 5.8.8-6
> Severity: normal
>
> perlrun doesn't mention that -CSD is scoped so it only affects the main
> program file or -e line and not any modules or other files.
-CS is global, -CD is file scoped. This se
Package: perl-doc
Version: 5.8.8-6
Severity: normal
perlrun doesn't mention that -CSD is scoped so it only affects the main
program file or -e line and not any modules or other files. But it seems
that it is:
[EMAIL PROTECTED]:~/src/ikiwiki>cat foo.pl
#!/usr/bin/perl -CSD
sub readfile ($) {
2 matches
Mail list logo