Posts Tagged ‘ reading ’

Reading From A File In Perl

November 12, 2008
By Killian

Opening a file eading from a file in Perl is pretty simple. After all, the language is pretty much built around dealing with text. The first step is to open the file, in which case you just need to use the following: open(INFILE,"< myfile.txt") or die "Can't open file: $!"; In this statement we...
Read more »

Tags: , ,
Posted in perl | No Comments »

Calendar

    September 2010
    M T W T F S S
    « Jun    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930