--- hacks/webcollage.orig	Wed May 17 16:58:51 2006
+++ hacks/webcollage	Sun Jun  4 00:01:46 2006
@@ -38,6 +38,9 @@
 #
 # Driftnet is the Unix implementation of the MacOS "EtherPEG" program.
 
+BEGIN {
+    eval "use bytes";
+}
 
 require 5;
 use strict;
@@ -53,10 +56,6 @@
 require POSIX;
 use Fcntl ':flock'; # import LOCK_* constants
 use POSIX qw(strftime);
-
-use bytes;  # Larry can take Unicode and shove it up his ass sideways.
-            # Perl 5.8.0 causes us to start getting incomprehensible
-            # errors about UTF-8 all over the place without this.
 
 
 my $progname = $0; $progname =~ s@.*/@@g;
