This may be just a typo in the email, but your print statement should be:

print "Hello World!\n";

--Not --

Print "Hello World!\n";


------------------------------
James Schappet
Schappet.com


On 28 May 2002, Justin Hopper wrote:

> It doesn't look like anything that you are doing wrong.  That example
> should compile fine (it's more complex examples that I can't seem to get
> working).  I'm not sure what the problem is, but it looks like perlcc
> may not like your installation of perl.  Sorry I couldn't be more help.
> Perhaps someone else on this list is more familiar with HPUX?
>
> justin
>
> On Mon, 2002-05-27 at 16:31, Adam Stuckey wrote:
> > Hello All,
> >
> > I am having trouble with perlcc.
> >
> > When I run the command:
> >
> > perlcc -o test test.pl
> >
> > (The script is as follows)
> >
> > #!/opt/perl5/bin/perl
> > Print "Hello World!\n";
> >
> >
> > I never get the prompt back.
> > Multiple instances of perlcc seem to be spawned continuously until the
> > machine dies or I hit ctrl-c.
> >
> > The following files appear in the directory working directory:
> >
> > pccFFr75 ..... Hundreds of them
> >
> > They all contain:
> >
> > Unknown option: I/opt/perl5/lib/5.6.1/PA-RISC1.1
> > Unknown option: I/opt/perl5/lib/5.6.1
> > Unknown option: I/opt/perl5/lib/site_perl/5.6.1/PA-RISC1.1
> > Unknown option: I/opt/perl5/lib/site_perl/5.6.1
> > Unknown option: I/opt/perl5/lib/site_perl
> > Unknown option: I/opt/perl5/modules
> > Unknown option: I.
> > Unknown option: MB::Stash
> >
> > I am running perl v5.6.1 on HPUX 10.20
> >
> > Any ideas of what I am doing wrong?
> >
> > Thanks.
> > Adam
> >
> >
> > Disclaimer
> > ___________________________________________________________
> >
> > The information contained in this e-mail and any attachments are
> > confidential. If you are not the intended recipient, then please notify us
> > immediately by reply e-mail. You may not disclose or use the information in
> > this e-mail or attached documents in any attachments, use the contents for
> > any purposes, or disclose the contents to any other person: to do so could
> > be a breach of confidence. The views or opinions expressed in this email are
> > the author's own and may not reflect the views or opinions of Marconi.
> > Marconi does not guarantee the integrity of any e-mails or attached files
> > and we suggest you scan all incoming e-mails for viruses.
> > ___________________________________________________________
> >
> >
>
>
> _______________________________________________
> Perl-Unix-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to