Help for this page

Select Code to Download


  1. or download this
    --- orig\Everything.pm  2004-12-27 13:17:23.025625000 +0100
    +++ new\Everything.pm   2004-12-27 13:20:39.213125000 +0100
    ...
               for (split /\Q$split\E/, $vars_str) {
                   s/~(\w\w)/ chr(hex($1)) /ge;
                   push @$vars, $_ eq 'U'
    
  2. or download this
    sub printLog
    {
    ...
    
        return 1;
    }
    
  3. or download this
    {
      my $logfile;
    ...
        return 1;
      }
    }