Help for this page

Select Code to Download


  1. or download this
    C:\Perl\perlscripts>monks01.pl
    Can't locate Win32/API.pm in @INC (@INC contains: C:/Perl/site/lib C:/
    +Perl/lib .) at C:\Perl\perlscripts\monks01.pl line 5.
    BEGIN failed--compilation aborted at C:\Perl\perlscripts\monks01.pl li
    +ne 5.
    
  2. or download this
    #! perl -w
    #
    ...
    
    my $SSC_CLOSE = Win32::API->new( 'ssc-5', 'SSC_CLOSE', '', '', ); sub 
    +SSC_CLOSE { $SSC_CLOSE->Call(@_); };