The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Win32::Netsh - A family of modules for querying and manipulating the network insterface of a Windows based PC using the netsh utility

VERSION

Version 0.01

SYNOPSIS

  use Win32::Netsh;
  
  my $response = netsh(qq{wlan}, qq{show}, qq{interfaces});

netsh(...)

Description

Run the netsh command line utility with the provided arguments

Parameters

... - Variable number of arguments

Return

SCALAR - String captured from the standard out of the command

AUTHOR

Paul Durden <alabamapaul AT gmail.com>

COPYRIGHT & LICENSE

Copyright (C) 2015 by Paul Durden.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.