Help for this page
#!/usr/bin/perl ... } 1
#!/usr/bin/perl ... my $code = system("ls -al /etc"); print "Exited with code: $code\n";