Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    use warnings;
    
    system 'command task list';
    
  2. or download this
    Can't exec "command": No such file or directory at ./test.pl line 6.