Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    
    
    and example of use: C:>script.pl
    
  2. or download this
    #!perl -n
    
    ...
    
    and example of use:
    C:\>script.pl acis_empx20_win32d_3400.log > acis_filtered.log
    
  3. or download this
    #!perl
    
    ...
    prText(5/mm, 170/mm - 12/pt, $str);
    print prStrWidth($str, 'Helvetica', 12/pt);
    prEnd();
    
  4. or download this
    #!perl
    
    ...
    my $voice = Win32::OLE->new('SAPI.SpVoice');
    
    $voice->speak("3.09");
    
  5. or download this
    use LWP::Simple;
    
    my $str = get('http://repository.jboss.com/maven2/jboss/');
    
    print $str;
    
  6. 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