Help for this page

Select Code to Download


  1. or download this
    while (system($cmd)) {}
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
       $percent_done = $count / $tot * 100;
       $pb->update;
    }
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
       }
    ###################################################
    }