- or download this
#!/usr/bin/env perl
...
}
Calc->new_with_cmd->execute;
- or download this
$ perl calc.pl
Need to specify a sub-command!
...
14
$ echo $?
0
- or download this
$ git --someopt --anotheropt
- or download this
$ git subcommand --someopt --anotheropt