Perl ã® Storable ã¢ã¸ã¥ã¼ã«ã®ã¡ã¢ 2006-05-09-2 [Programming] Perl ã® Storable ã¢ã¸ã¥ã¼ã«ã§ã¡ãã£ã¨ã ãè¤éãªãã¼ã¿ãæ±ãã¨ãã®èªåç¨ SYNOPSISãåèãç¶ã»åãã¦ã® Perlã[2006-05-09-1]ã #!/usr/bin/perl use strict; use warnings; use Storable qw(nstore retrieve); my ($first, $second); $first->{uhyo} = { 'abc' => 123, 'xyz' => 9, }; $first->{hogera} = { 'AAAAA' => [1, 2, 3], 'ABCDEF' => [60,1], 'W002' => [9, 1, 2], }; test_print($first); nstore [ $f
![Perl ã® Storable ã¢ã¸ã¥ã¼ã«ã®ã¡ã¢](https://cdn-ak-scissors.b.st-hatena.com/image/square/af37977ee866988286b95e74fff98500a190545c/height=288;version=1;width=512/https%3A%2F%2Fchalow.net%2Fimages%2Ftcl-logo-25.png)
{{#tags}}- {{label}}
{{/tags}}