Help for this page
my %config = (workingDir => '/root/working/'); my $filename = 'test.pl'; ... print "Dir: $config{'workingDir'}\n"; print "File: $filename\n"; print "Full path: $fullpath\n";
Dir: /root/working/ File: test.pl Full path: /root/working/test.pl