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
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
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>