Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print BOLD "SERVER Address = " . RESET "$srv_address\n";
    
    exit 0;
    
  2. or download this
    @ARGV: "ipAddr=192.168.5.196 server=192.168.5.1"
    
    ...
    IP Address =
    Use of uninitialized value $srv_address in concatenation (.) or string
    + at ./test_diff.pl line 26.
    SRV Address =