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

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 "

Re: Syntax of Messages

2002-02-12 Thread Anthony LaBerge
Thank you Rob. That was the answer I was looking for. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Syntax of Messages

2002-02-12 Thread Anthony LaBerge
I'm a new subscribee, and also an Extream Newbie at perl, so I'm having trouble understanding the syntax of the coding, You use $_, @_, and other things that I do not quite understand. There is also one more thing I donot understand, that is: What are the ' use Quantum::Entanglement ' lines in