- or download this
#!/usr/bin/perl
...
print Dumper(\%groups);
- or download this
#!/usr/bin/perl
...
$dbh->disconnect();
exit;
- or download this
system("true") == 0
and print "true succeeded\n"
...
system("false") == 0
and print "false succeeded\n"
or warn "false didn't succeed\n";
- or download this
use warnings;
use strict;
...
}
});