Next Program Repair Shop 97

Leaning Toothpick Syndrome

     (my $copy_target_node) = $dst_file; $copy_target_node=~s/\//\\/g;
     (my $copy_source_node) = $src_file; $copy_source_node=~s/\//\\/g;

     (my $copy_target_node) = $dst_file; $copy_target_node=~s{/}{\\}g;
     (my $copy_source_node) = $src_file; $copy_source_node=~s{/}{\\}g;
     (my $copy_target_node) = $dst_file; $copy_target_node=~ tr{/}{\\};
     (my $copy_source_node) = $src_file; $copy_source_node=~ tr{/}{\\};


Next Copyright © 2002 M. J. Dominus