Re: Will not Work on the Server.

2002-02-13 Thread Anthony LaBerge
I Fixed it, It was a problem with the Permissions that are set automaticly to NOT let anyone execute the file. thanks for the help -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Will not Work on the Server.

2002-02-13 Thread Anthony LaBerge
uot;; before you attempt to print it out. Scott Lutz Pacific Online Support Phone: 604.638.6010 Fax: 604.638.6020 Toll Free: 1.877.503.9870 http://www.paconline.net -Original Message- From: Anthony LaBerge [mailto:[EMAIL PROTECTED]] Sent: February 13, 2002 6:54 AM To: [EMAIL PROTECTED] Subject: W

RE: Will not Work on the Server.

2002-02-13 Thread Balint, Jess
If you 'use CGI', you can get all the tags and header automatically from your object. Checkout perldoc CGI. -J-e-s-s- -Original Message- From: Anthony LaBerge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 9:54 AM To: [EMAIL PROTECTED] Subject: Will not Work on

RE: Will not Work on the Server.

2002-02-13 Thread Scott Lutz
Toll Free: 1.877.503.9870 http://www.paconline.net -Original Message- From: Anthony LaBerge [mailto:[EMAIL PROTECTED]] Sent: February 13, 2002 6:54 AM To: [EMAIL PROTECTED] Subject: Will not Work on the Server. I'm having a little trouble getting this simple test file to run on a server.

Will not Work on the Server.

2002-02-13 Thread Anthony LaBerge
I'm having a little trouble getting this simple test file to run on a server. printer.pl 1~ #!/usr/bin/perl 2~ 3~ $postfile = 'posts.fil'; 4~ open(INFO, "<$postfile" ); 5~ @PostLines = ; 6~ close(INFO) ; 7~ print "Post Tester\n"; 8~ print "\n"; 9~ foreach $line (@PostLines) 10~ { 11~ print "