naveed010 has asked for the wisdom of the Perl Monks concerning the following question:
Being a relative noob, I'm looking on some good information on Perl records, I've looked around google and this site, only coming up with the basics ie.
@records = ( {field1 => 'row1-1', field2 =>'row1-2'}, {field1 => 'row2-1', field2 =>'row2-2)); foreach my $row (\@records) { #..Do some stuff.. }
Specifically, I'm trying to load the contents of a pipe-delimited file into a record. The end goal of what I'm doing is creating an FTP service, the config file is what stores various things such as frequency of polling, etc etc.
So, here's my questions:
I should also add, I can't really add new modules, the sys admins take weeks here to add a new modules, the approval process is simply brutal (public sector).
If someone has a link that I've overlooked, a small example, or something relevant they think would be a help, I would greatly appreciate it.
Thanks again most brilliant of monks.
20080119 Janitored by Corion: Fixed UL tag, as per Writeup Formatting Tips
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl record types
by amarquis (Curate) on Jan 17, 2008 at 14:14 UTC | |
by naveed010 (Acolyte) on Jan 17, 2008 at 17:14 UTC | |
|
Re: Perl record types
by naChoZ (Curate) on Jan 17, 2008 at 14:28 UTC | |
|
Re: Perl record types
by dwm042 (Priest) on Jan 17, 2008 at 16:56 UTC | |
by naveed010 (Acolyte) on Jan 17, 2008 at 17:41 UTC | |
by plobsing (Friar) on Jan 18, 2008 at 01:13 UTC | |
by dwm042 (Priest) on Jan 18, 2008 at 19:33 UTC | |
|
Re: Perl record types
by mr_mischief (Monsignor) on Jan 17, 2008 at 16:20 UTC | |
|
Re: Perl record types
by Anonymous Monk on Jan 17, 2008 at 15:46 UTC | |
|
Re: Perl record types
by Joost (Canon) on Jan 18, 2008 at 20:08 UTC |