Help for this page

Select Code to Download


  1. or download this
    assoc('.pl', 'd:\perl\bin\perl.exe');
    # so you can run programs like this:
    run_cmd('c:\stuff\script.pl');
    
  2. or download this
    use vars qw/%extensions/;
    
    ...
    
        return `$cmd`;
    }