Skip to main content
Haui's Bytes
  • Source
  • Archive
  • Tags
  • RSS feed
  • Disclaimer

hint on 2-dimensional arrays in Perl:

Haui

2008-08-11 12:00

Source

$width = @{$array[0]};
$height = @array;
  • perl
  • Previous post
  • Next post
Contents © 2019 Haui - Powered by Nikola