The following module was proposed for inclusion in the Module List: modid: CGI::ProgressBar DSLIP: bdphp description: Perl-controlled progress bar via CGI 'wdget' userid: LGODDARD (Lee Goddard) chapterid: 15 (World_Wide_Web_HTML_HTTP_CGI) communities: AS perl-win32-user
similar: rationale: Kind of like Tk::ProgressBar for users of CGI.pm. Sub-classes CGI.pm, adding new 'tag' methods to allow: use CGI::ProgressBar qw/:standard/; $|=1; print headers,html_start, progress_bar(-blocks=>25); for (1..25){ # do stuff print update_progress_bar; } print hide_progress_bar, p('done'), html_end; exit; Came out of a number of people asking if it existed in public domian (eg yesterday on above list). I didn't but I've had this code hanging around for a year or so. Tidied up and given away, so not just Tk people can have useful interfaces. enteredby: LGODDARD (Lee Goddard) enteredon: Fri Jul 4 17:37:27 2003 GMT The resulting entry would be: CGI:: ::ProgressBar bdphp Perl-controlled progress bar via CGI 'wdget' LGODDARD Thanks for registering, -- The PAUSE PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=0c200000_535b151136dcf87f&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=0c200000_535b151136dcf87f&SUBMIT_pause99_add_mod_insertit=1