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]
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
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
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.
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 "