Help for this page

Select Code to Download


  1. or download this
    
    use Text::FixedWidth;
    ...
    
    $data_ref = $fw->parsefile('data.txt');
    
  2. or download this
    
    $data_ref = [
    ...
      { name => 'Sam', email => 'sam@mail.com' },
    ];