Help for this page

Select Code to Download


  1. or download this
    open TESTCASE, "imp2.txt" or die $!;
    chomp(@array = <TESTCASE>);
    
    open CONFIGFILE, "imp1.txt" or die $!;
    
  2. or download this
    if (...)
    {
    ...
        $MySocket->send($msg);
      }
    }