Help for this page

Select Code to Download


  1. or download this
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp> assoc | find /i "perl"
    .pl=Perl_program_file
    
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp> ftype | find /i "Perl_program
    +_file"
    
  2. or download this
    HKEY_CLASSES_ROOT
      Perl_program_file
        shell
          Execute Perl Program
            command = [REG_SZ] C:\Strawberry\perl\bin\perl.exe "%1" %*
    
  3. or download this
    PS VinsWorldcom ~\tmp > .\test.pl
    Platform: MSWin32
    ...
    Executable: C:\Strawberry\perl\bin\perl.exe
    Enter to close window:
    PS VinsWorldcom ~\tmp >
    
  4. or download this
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp> .\test.pl
    Platform: MSWin32
    ...
    Enter to close window:
    
    VinsWorldcom@:C:\Users\VinsWorldcom\tmp>