/[sap_import]/mail2sap.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /mail2sap.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by dpavlin, Tue Feb 4 13:03:07 2003 UTC revision 1.10 by dpavlin, Mon Mar 24 13:02:30 2003 UTC
# Line 29  my $log = $config->{log} || die "config: Line 29  my $log = $config->{log} || die "config:
29    
30  # open log and redirect die to it...  # open log and redirect die to it...
31  open(LOG,">> $log") || warn "open log $log: $!";  open(LOG,">> $log") || warn "open log $log: $!";
32  local $SIG{__DIE__} = sub { print LOG $_[0] ; die $_[0] };  local $SIG{__DIE__} = sub { print LOG scalar localtime,$_[0] ; die $_[0] };
33    
34  umask 022;      # world readable  umask 022;      # world readable
35    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26