Help for this page

Select Code to Download


  1. or download this
    Each column is separated by one or more white space. so my code should
    + look something like this,
    
  2. or download this
    $ENV{HOME}='C:\Documents and Settings\kompeS\Desktop\PERL SCRIPTS';
    
  3. or download this
    open (FILE,"$file");
    close(FILE);
    
  4. or download this
    tie (@data,'Tie::File',$file, mode=>O_RDWR) or die "Can't tie to $file
    +:$^E\n";
    
  5. or download this
        @list=split(/ /,@data);