Help for this page

Select Code to Download


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