Help for this page

Select Code to Download


  1. or download this
    # works
    system("java -jar ~/src/Project-X_0.91.0/ProjectX.jar -demux");
    ...
    print while (<$fh>);
    
    close $fh;