Help for this page

Select Code to Download


  1. or download this
    my $enum_proc = new Win32::API( 'psapi.dll', 'EnumProcesses', [qw[P N 
    +P]], qw[I] ) 
      or die "Cannot Enum Processes: $!\n";
    ...
    
    my $enum_proc = new Win32::API( 'psapi.dll', 'EnumProcesses', [ P, N, 
    +P ], I ) 
      or die "Cannot Enum Processes: $!\n";
    
  2. or download this
    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ;    # The  
    $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider
    ($c = $d->accept())->get_request(); $c->send_response( new   #in the
    HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' #  web