Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::INET;
    
    ...
        $line =~ /(.*)\r\n/;
        return $1;
    }
    
  2. or download this
    import java.net.*;
    import java.io.*;
    ...
        }
    
    }
    
  3. or download this
    class RegExpTest
    {
    ...
            }
        }
    }