!perl script help! period turning to backslash
Posted by: invadererik
Posted on: 2006-05-14 21:50:00
Hi, I have a simple problem:
Im writting a perl script which runs a java applet, one of the problems im having is that the dreamhost addresses include a period ...
for example /home/user/webaddress.com/stuff/
when I try to run the script it turns the "." into a "/" like so: /home/user/webaddress/com/stuff
so it can't find the file ... how can I make it keep the period? ...
heres a version of the script below:
#! /usr/bin/perl
system (java /home/user/webaddress.com/myapplet/anapplet );
anybody have an idea? Please help me !!! Thank you !