in reply to Re: how read data from file
in thread how read data from file

Thank you.it works perfectly. why you use another CPAN module here.?

Replies are listed 'Best First'.
Re^3: how read data from file
by CountZero (Bishop) on Jan 18, 2014 at 09:13 UTC
    use Modern::Perl is to enable additional features of recent (5.10 or later) versions of Perl and automatically include use strict and use warnings, two very useful pragmas to avoid making silly mistakes. It does some more good things: read all about it at Modern::Perl.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics