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!

Recent content by vcsppl

  1. vcsppl

    File names with german (or utf) characters

    Sorry, I posted in a hurry. Just to clarify, when I ran the above script a file was created with different name, seems to me that each 8 bit character was used to instead of the multibyte character (ü). I was rally under pressure and I am relatively new to perl even though i was writing few...
  2. 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