|
sub compArray # compare two arrays # use: compArray(\@one,\@two) # returns 1 for same 0 for different # stupid obfuscated version # optimised for speed - no local vars { i ... |
|
Perl is NOT particular about permissions. Paths, somewhat, no more than anything else.
That being said your Web Server may refuse to run the perl script without the correct permissions. |
|
I agree - somewhat. It ALL depends on the interface for MSWORD. For all we know it may be easiest to use the localities functions and write it as a quick VB macro. Until we know the interface we are ...
|
|
First of all.
#!/usr/local/bin/perl # example from GD Documentation use GD; use GD::Graph::bars; use Data::Dumper; $XSIZE = 800; $YSIZE = 600; $GTITLE = "Test ... |
|
|
|
A built in perl module is cgi.pm
Example: use CGI qw(:standard); print header(),start_html('My Title'); print qq(<H1>Some HTML code here</H1>),end_html(); |
|
Garbled by the forum
You need to put code in the "Code" tages.....just select the stuff you want to be "code" and then press the "Code" button above |
|
Absolutely man. Maybe a little more information is in order here.
Basic form <HTML><HEAD><TITLE>My Form</TITLE></HEAD> <BODY> <H1>My Form</H1> ... |
|
#!/usr/bin/perl
################################# # We will be adding code here # # will probably look like: # # use DBI; ################################# use strict; ############## ... |
|
I don't have enough to go on to debug this.
Can you post the minimum script that will reproduce the error - and post the entire script? Maybe a simple script that sends and email and then prints ... |
|
Hi. The good folks at Hostmysite may be able to help you debug the problem. Try sending the problem with the domain name and how to reproduce the problem to support@hostmysite.com. They have a bunch ...
|
|
Not quite the same. The OBJECT tag creates an iframe withing the document. This is essentially a whole new embedded web browser. Not only CAN you put a complete HTML document in - YOU MUST. Style s ...
|
|
Oh - don't forget to print a content-type is using it as a perl script:
#!/usr/bin/perl use CGI ':standard'; use mhsTemplate; print header(); my %moo = ('system'=>'Groovy', 'ti ... |
|
I have been asked a couple of times how to have perl just do some search and replaces in an html document. So that you can make your html in dreamweaver or something and put in a code for the "dynami ...
|
|
My fault -
sub compArray # compare two arrays # use: compArray(\@one,\@two) # returns 1 for same 0 for different # stupid obfuscated version # optimised for speed - no local vars ... |
| Page 1 of 2 | All times are GMT |

