CGI.pm problems

2001-11-20 Thread birgit kellner
h hash references in %in rather than actual values, and that that's why it doesn't work. I'd *really* be grateful for any advice - suggestions for alternative solutions are, of course, also highly welcome. Birgit Kellner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Call one perl script from another via CGI and pass name/value-pairs

2001-12-13 Thread birgit kellner
lly I thought of require-ing "banners.pl" and then just call whatever subroutiness are necessary, but the way banners.pl is structured that doesn't work. Can I do this with "system" and pass arguments as name-value-pairs? Thanks, Birgit Kellner -- To unsubscribe,

RE: Call one perl script from another via CGI and passname/value-pairs

2001-12-14 Thread birgit kellner
f;} . if ($FORM{'mode'} eq "SSI") { # do some other stuff;} This basically works. What makes me a bit uneasy is that %FORM is not expressly declared or imported in otherscript.cgi. Could this become a problem? Birgit Kellner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

upload images from textarea field

2001-12-16 Thread birgit kellner
{ print OUTFILE $scalar;} ) The only solution I can think of is to use Javascript for extracting the image file names when the form is submitted and for copying the file names to hidden input fields which I can then parse using CGI.pm. Any other ideas? Birgit Kellner -- To unsubscribe, e-m