Help for this page

Select Code to Download


  1. or download this
    test:lamda
    beta:alpha
    
  2. or download this
    $/ = "\015\012";
    
  3. or download this
    $/ = "\012";
    
  4. or download this
    $/ = "\012";
    open (FILE1, "users.txt") || print "Error occured while opening file";
    ...
    print $client "Sorry this username has been taken, try again!\n\r";
    &login;
    }
    
  5. or download this
    #!/bin/perl
    use IO::Socket;
    ...
    
    
    close $client;