Help for this page

Select Code to Download


  1. or download this
    my $ip = "123.123.123.123";
    
    chdir("$ip/dir1/dir2") || die "Can't open = $!\n";
    
  2. or download this
    %ip_address = ('www.myhostname.com','123.123.123.123','www.herhostname
    +.net','456.456.456.456');