Help for this page
use Utils; use Getopt::Long; ... $localpath = $props{"localpath"}; $log_name = $props{"log.name"}; $numRows = $props{"rows"};
sub getProperties($) { my ($propfile) = @_; ... }