Help for this page

Select Code to Download


  1. or download this
    PATH=C:\Program Files\ActiveState Perl Dev Kit 7.3\bin;C:\Program File
    +s\ActiveState Perl Dev Kit 7.1\bin;C:\Perl\site\bin;C:\Perl\bin;C:\Pe
    +rl\util\;C:\WINDOWS\system32;C:\WINDOWS;....
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # I guess that it could be that Net.pm is not intended to be used
    # directly, but that some other module uses it via some mechanism of
    # which I am unaware.