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