#!/usr/bin/perl while($in = ) { if($in =~ /^""/) { $in =~ s/^""/"0"/; } print $in; }