- or download this
sub querryDatabase() {
my($inputData) = @_;
...
- or download this
sub querryDatabase() {
my($self, $inputData) = @_;
...
- or download this
use strict;
use warnings;
...
print $gizmo->ID, "\n";
$gizmo->inc_id(5);
print $gizmo->ID, "\n";
- or download this
16:41 >perl 1366_SoPW.pl
PM142
PM147
16:41 >