Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vcsppl
  • Content: Threads
  • Order by date
  1. vcsppl

    File names with german (or utf) characters

    I was trying to copy to a file with the name having a german character and it fails. Here is the sample script use strict; use IO::File; use File::Copy; my $output = IO::File->new("> C:/temp/op.txt"); my $input = IO::File->new("< C:/temp/ip.txt") or die "could not open file for input\n"; my $ln...

Part and Inventory Search

Back
Top