Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
            print "$ip:$port : $msg"
        }
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
        }
    }
    
  3. or download this
    #!/usr/bin/perl
    use Tk;
    ...
            print "Kann $file nicht oeffnen $!\n";
        }
    }
    
  4. or download this
    #!/usr/bin/perl
    use threads;
    ...
            print "Kann $file nicht oeffnen $!\n";
        }
    }