hi, I'm trying to use a cgi script to return a sibelius music file but some how it doesn't work. could anyone tell me what I'm doing wrong? here is the code that I have:
----- test.pl --------------------
#!/usr/local/bin/perl
print "Content-type: application/x-Sibelius-Score\n\n";
print "Location:
----- Html file -----------------
<html>
<body>
<EMBED src="cgi-bin/test.pl"
width=600 height=776
type="application/x-Sibelius-Score" codebase=" pluginspage="</html>
----- test.pl --------------------
#!/usr/local/bin/perl
print "Content-type: application/x-Sibelius-Score\n\n";
print "Location:
----- Html file -----------------
<html>
<body>
<EMBED src="cgi-bin/test.pl"
width=600 height=776
type="application/x-Sibelius-Score" codebase=" pluginspage="</html>