question about perl programming syntax?

Stephen

Active member
The -a and the -c are command line switches. Has nothing to do with perl syntax. Try running filename.pl --help and see what the arguments are.
 
I am not familiar to perl and Im trying to understand some syntax.

i see a

filename.pl -a directory -c "Title" -g /tmp/directory

what does the -a and -c do in this case??
 
Back
Top