Help for this page

Select Code to Download


  1. or download this
    C:\Documents and Settings\BioGeek\Perl\bin\perl.exe <some arguments>
    
  2. or download this
    "C:\Documents and Settings\BioGeek\Perl\bin\perl.exe" <some arguments>
    
  3. 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);