Help for this page

Select Code to Download


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