execute an bash-script

2002-01-15 Thread Olav Rogall
Hallo beginners-cgi, i want to execute a bash-script from a perl-cgi-script. if a special perl-script is executed in my cgi-bin, i want to receive a winpopup-message on my workstation. i tried this with exec(), but the parameter $popup worries my apache ,-) if i call the script from

fstring filling

2001-11-26 Thread Olav Rogall
Hallo beginners-cgi, i have a function i called get_minutes and get_seconds. $total_time = get_minutes('abc.mp3') + ':' + get_seconds('abc.mp3'); the result in $total_time is "3:1", but it should be "03:01". how can i fill up the strings with a leading zero if the returned value is

Re[2]: MySQL and Perl...

2001-11-17 Thread Olav Rogall
Hallo List, Am Saturday, November 17, 2001 um 3:33:52 AM schriebst Du: >> > Does anyone know of a good online resource for learning how MySQL works, >> > specifically how Perl cooperates with it? >> > thanx... >> >> you can't get much better than the origianl documentation SRG>