Help for this page

Select Code to Download


  1. or download this
    use File::Spec;
    my @exec = map { my $p = $_; grep { -f and -x } map File::Spec->catfil
    +e($p, "$f$_"), '', qw(.exe .com .bat) } File::Spec->path
      or die "Can't find executable $f";
    
  2. or download this
    #!/usr/bin/perl -wl
    use File::Which;
    open OUT, '>complexe'; close OUT;
    print for which('complexe');
    
  3. or download this
    .\complexe