- or download this
#!/usr/bin/env perl
...
catch {
Carp::confess $!;
};
- or download this
title1|title2|pages|author
Perl Best Practices|hound|a few|Damian Conway
Learning Perl|llama|thin|Randal Schwartz
Programming Perl|camel|many|Larry Wall
- or download this
$field_aref = \[ # fields
'title1',
...
'Randal Schwartz'
];
at data.plx line 30.