Help for this page

Select Code to Download


  1. or download this
    * botbot (Botty@rox-AFBE0982) has joined #wtf
    
  2. or download this
    <me> .login 123456
    <botbot> Password correct, logged in
    
  3. or download this
    <me> .web http://www.google.com
    <botbot> WEB FUNCTION THREAD STARTED
    
  4. or download this
    <me> ZZZZZZZZZZZZZZZZZZZZ
    <botbot> Got title: Google
    <botbot> WEB FUNCTION THREAD FINISHED
    
  5. or download this
    #!/usr/bin/perl
    use strict;
    ...
        $clean =~ s/\%5C/\\/gi;
        return $clean;
    }