- or download this
Crystal Skull|Stargate SG-1, Crystal Skull;The Librarian: Return to Ki
+ng Soloman's Mines;Indiana Jones and the Kingdom of the Crystal Skull
Spear of Destiny|The Librarian: Quest for the Spear;Hellboy;Constantin
+e
Book or Key of Soloman|The Librarian: Return to King Soloman's Mines;S
+eason of the Witch
Necronomicon|H.P. Lovecraft
- or download this
#!/usr/bin/perl
use strict;
...
use Data::Dumper;
print Dumper $list;
- or download this
Use of uninitialized value in anonymous hash ({}) at /home/me/perl5/li
+b/perl5/x86_64-linux-gnu-thread-multi/Text/CSV_XS.pm line 1223, <$fh>
+ line 4.
Use of uninitialized value in anonymous hash ({}) at /home/me/perl5/li
+b/perl5/x86_64-linux-gnu-thread-multi/Text/CSV_XS.pm line 1223, <$fh>
+ line 4.
...
'item' => 'Necronomicon'
}
};
- or download this
$csv = Text::CSV_XS->new ({
sep_char => '|',
...
empty_is_undef => 1,
allow_whitespace => 1,
});