in reply to Re^2: Using . in variable name
in thread Using . in variable name

so why do you think your perl variabe has to be named app1.url?

"properties" does not describe ipc such as system

app1.url is probably just a string you give as an argument to the java program

system $java, $jar, @otherargs, 'app1.url=yadayada';

Replies are listed 'Best First'.
Re^4: Using . in variable name
by manpreet333 (Initiate) on Apr 17, 2015 at 09:36 UTC
    Good point!! Going to try that!