Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Moo and Spreadsheet::ParseExcel

by karlgoethebier (Abbot)
on Nov 09, 2012 at 11:38 UTC ( [id://1003105]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Karl::ETL;
    
    ...
    );
    
    1;
    
  2. or download this
    package Karl::DBIxODBC;
    
    ...
    }
    
    1;
    
  3. or download this
    package Karl::MyParseExcel;
    use Moo::Role;
    use Spreadsheet::ParseExcel;
    use MooX::Types::MooseLike::Base qw(InstanceOf Str);
    1;
    
  4. or download this
    #!C:/perl/bin/perl.exe
    
    ...
    my $data->{test} = [ [qw(foo bar)] ];
    
    $etl->loader($data);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found