- or download this
#!perl
...
and example of use: C:>script.pl
- or download this
#!perl -n
...
and example of use:
C:\>script.pl acis_empx20_win32d_3400.log > acis_filtered.log
- or download this
#!perl
...
prText(5/mm, 170/mm - 12/pt, $str);
print prStrWidth($str, 'Helvetica', 12/pt);
prEnd();
- or download this
#!perl
...
my $voice = Win32::OLE->new('SAPI.SpVoice');
$voice->speak("3.09");
- or download this
use LWP::Simple;
my $str = get('http://repository.jboss.com/maven2/jboss/');
print $str;
- or download this
Installation of Apache 2.2 - next, next, next, finish.
Installation of mod_perl
...
Configuration in httpd.conf:
LoadFile "C:/Path/to/Perl/bin/perl510.dll"
LoadModule perl_module modules/mod_perl.so