Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in string eq at /apps/bin/blah/reconcile_wi
    +thdotsh.pl line 68.
            main::BEGIN() called at /apps/bin/blah/reconcile_withdotsh.pl 
    +line 73
            eval {...} called at /apps/bin/blah/reconcile_withdotsh.pl lin
    +e 73
    
  2. or download this
    67 BEGIN {
    68    unless( $ENV{ +__FILE__ } eq __FILE__ ){
    ...
    71        exec $^X, __FILE__, @ARGV; # relaunch without LIBPATH
    72    }
    73}