RE: perlcc - newbie - cannot compile successfully - sample session

2002-04-15 Thread Timothy Johnson
compiler and Perl. -Original Message- From: Collins, Joe (EDSI\BDR) [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 11:23 AM To: '[EMAIL PROTECTED]' Subject: perlcc - newbie - cannot compile successfully - sample session Do I need something else, i.e. path settings or wha

perlcc - newbie - cannot compile successfully - sample session

2002-04-15 Thread Collins, Joe (EDSI\\BDR)
Do I need something else, i.e. path settings or whatever? My source: use strict; my $ans=3*12; print "3x12=$ans\n"; My platform: Windows XP I am in directory c:\ and invoke as shown. perlcc -o z.exe z.pl -- Compiling z.pl: