Help for this page

Select Code to Download


  1. or download this
    C:\_32\pscrpt\inline>yrt.bat
    string[21] = 'perl  -x -S yrt.bat  '
    
  2. or download this
    @rem = '--*-Perl-*--
    @echo off
    ...
    
    __END__
    :endofperl
    
  3. or download this
    C:\_32\pscrpt\inline>try.bat
    string[20] = 'perl  -x -S try.bat '
    
  4. or download this
    use ExtUtils::MakeMaker;
    my %options = %{       
    ...
    
    # Remove the Makefile dependency. Causes problems on a few systems.
    sub MY::makefile { '' }
    
  5. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    SV *
    wrap_GetCommandLine ()
    
  6. or download this
    use Win32::GetCommandLine;
    
    ...
    
    if($string =~ /perl/) {print "ok 1\n"}
    else {print "not ok 1\n"}
    
  7. or download this
    package Win32::GetCommandLine;
    
    ...
    bootstrap Win32::GetCommandLine $VERSION;
    
    1;