Help for this page

Select Code to Download


  1. or download this
    print 'type your path [c:\data\toload.txt]: ';
    chomp (my $inputFile = <STDIN>);
    $inputFile ||= 'c:\data\toload.txt';