awsiv has asked for the wisdom of the Perl Monks concerning the following question:
I have a hash which store the working dir path which I want to combine with the file in that dir:
this gives me:my $fullpath = $config{'workingDir'}.$filename; print "Dir: $config{'workingDir'}\n"; print "File: $filename\n"; print "Full path: $fullpath";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem path stored in hash
by moritz (Cardinal) on Jun 25, 2010 at 09:38 UTC | |
by awsiv (Initiate) on Jun 25, 2010 at 09:52 UTC | |
by cdarke (Prior) on Jun 25, 2010 at 10:09 UTC | |
by awsiv (Initiate) on Jun 25, 2010 at 11:02 UTC | |
by cdarke (Prior) on Jun 25, 2010 at 11:28 UTC | |
by jethro (Monsignor) on Jun 25, 2010 at 10:58 UTC | |
|
Re: problem path stored in hash
by mje (Curate) on Jun 25, 2010 at 10:02 UTC | |
|
Re: problem path stored in hash
by JediWizard (Deacon) on Jun 25, 2010 at 16:01 UTC |