- or download this
for($x=0; $x<3;$x++){
for($y=0; $y<3;$y++){
print $lines[$y][$x], " ";
}
}
- or download this
map {
my $x=0;
...
} @$_;
} @lines;
- or download this
#!/usr/bin/perl
use CGI::Pretty qw(:standard); # import CGI objects and fu
+nctions
...
);
}