Help for this page

Select Code to Download


  1. or download this
    my $qfn = $CFG->{admin_root_path}."/amazon_template_tmp/it_other.csv";
    
    ...
       or die("Can't create \"$qfn\": $!\n");
    
    print($fh $the_contents);
    
  2. or download this
    use Encode qw( encode );
    
    ...
       or die("Can't create \"$qfn\": $!\n");
    
    print($fh encode('iso-latin-1', $the_contents, Encode::FB_HTMLCREF));