Browse Source

minor program doc change

master
Jonathan Rosenbaum 11 months ago
parent
commit
a378ab3e3e
  1. 3
      google-civic-api-pl

3
google-civic-api-pl

@ -51,7 +51,8 @@ if ( $ARGV[2] ) {
$emailArg = $ARGV[2];
}
# Open roster file .. hopefully columns remain the same
# Open roster file .. hopefully columns remain the same,
# but @fields can be adjusted as required.
my $file;
$file = $ARGV[1];
my $fh;

Loading…
Cancel
Save