Help for this page

Select Code to Download


  1. or download this
    open(LOG, "+>Test.log");
    for($x=0;$x<=100;$x++){
    ...
    print LOG "\rProgress...Done!\n";
    close LOG;
    $wait=<>;
    
  2. or download this
    "Progress...Done!"
    
  3. or download this
    "Progress...0%
    Progress...1%
    ...
    ...
    Progress...100%
    Progress...Done!"