Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Inline::Files and DBD::CSV

by H4 (Acolyte)
on Oct 14, 2008 at 17:20 UTC ( [id://717045]=note: print w/replies, xml ) Need Help??


in reply to Re: Inline::Files and DBD::CSV
in thread Inline::Files and DBD::CSV

Now that I'm aware that Inline::Files was not meant to be used in production code, I'll think up something like what you suggest... maybe a bit more sophisticated because I want to keep all the data towards the end of file (that's why I used Inline::Files in the first place). Anyway, thanks for the help!

Replies are listed 'Best First'.
Re^3: Inline::Files and DBD::CSV
by ikegami (Patriarch) on Oct 14, 2008 at 17:45 UTC
    Just do
    my %file; init_files(\%files); . . . sub init_files { my ($files) = @_; %$files = ( ... ); }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://717045]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-04-19 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found