Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        print 'Enter to close window: ';
        <>;
    }
    
  2. or download this
    ken@titan /cygdrive/c/Users/ken/tmp
    $ ./test_platform.pl
    ...
    $ perl ./test_platform.pl
    Platform: cygwin
    Executable: /home/ken/perl5/perlbrew/perls/perl-5.30.0/bin/perl
    
  3. or download this
    Platform: MSWin32
    Executable: C:\Users\ken\local\opt\strawberry_perl\5_030_000\install\p
    +erl\bin\perl.exe
    Enter to close window:
    
  4. or download this
    PS C:\Users\ken\tmp> perl ./test_platform.pl
    Platform: MSWin32
    Executable: C:\Users\ken\local\opt\strawberry_perl\5_030_000\install\p
    +erl\bin\perl.exe
    Enter to close window:
    
  5. or download this
    PS C:\Users\ken\tmp> ./test_platform.pl
    PS C:\Users\ken\tmp>
    
  6. or download this
    Platform: MSWin32
    Executable: C:\Users\ken\local\opt\strawberry_perl\5_030_000\install\p
    +erl\bin\perl.exe
    Enter to close window: