Help for this page

Select Code to Download


  1. or download this
    @ARGV = split(/ \\\\/, $Line);
    
  2. or download this
    $DisplayName = shift @ARGV || die;
    
  3. or download this
    $Machine = Win32::NodeName() unless( $Machine = shift @ARGV );
    
  4. or download this
    $Machine = "\\\\$Machine";
    $Machine =~ s/^\\{2,}/\\\\/;