- or download this
C:\Documents and Settings\BioGeek\Perl\bin\perl.exe <some arguments>
- or download this
"C:\Documents and Settings\BioGeek\Perl\bin\perl.exe" <some arguments>
- or download this
sub perl {
my($self) = @_;
...
my $pwd = CPAN::anycwd();
my $candidate = File::Spec->catfile($pwd,$^X);
$perl ||= $candidate if MM->maybe_command($candidate);