Im am using perl on windows for the first time and trying to write a tk gui that includes images. When i run the gui it says unable to locate image. the gui runs fine when i take the image out of the gui. is their a special way to specify a path in windows? Thanks for any help. Here is my syntax:
my $image = "C:\image\image.xpm";
my $image1 = $mw->Pixmap(-file => $image);