Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @params = $parser->get_row ();
    
    print join "\n", @params;
    
  2. or download this
    command1
    command2
    command3
    command4 --some-arg arg --some-other-arg 2
    command5