5 lines
88 B
Perl
5 lines
88 B
Perl
#!/usr/local/bin/perl
|
|
|
|
@proglist = ("echo", "hello, world!");
|
|
system(@proglist);
|