Help for this page

Select Code to Download


  1. or download this
    my $length = `c:\\cygwin\\bin\\wc -l < $ARGV[0]/DAT/metadata.dat`;
    
  2. or download this
    $ENV{PATH} = "$ENV{PATH};c:\\cygwin\\bin";
    my $length = `wc -l < $ARGV[0]/DAT/metadata.dat`;