Help for this page

Select Code to Download


  1. or download this
    print $sock "$file\0";
    
  2. or download this
    {
        local $/ = "\0";
        $file1 = <$conn>;
        chomp $file1;
    }