Changeset 253


Ignore:
Timestamp:
12/31/10 14:40:34 (13 years ago)
Author:
nanardon
Message:
  • remove wrong my dcl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/admin/bin/sophie_load

    r248 r253  
    3030 
    3131my $string; 
    32 if (my $file) { 
     32if ($file) { 
    3333    open($handle, '<', $file) || die "can't open file $!"; 
    3434    $string = join('', <$handle>); 
Note: See TracChangeset for help on using the changeset viewer.