in reply to Re: Re: OT: 2003
in thread OT: 2003

Save it to a file and execute that file.

You cannot run it by piping it to Perl. (Known limit of the output of Acme::Smirch.)

It works on Linux with Perl 5.6.1.

Replies are listed 'Best First'.
Re: Re: Re: Re: OT: 2003
by Juerd (Abbot) on Jan 01, 2003 at 01:26 UTC

    Save it to a file and execute that file.

    Same problem:

    5;0 juerd@ouranos:~/tmp$ perl newyear.pl Backticks found where operator expected at (eval 1) line 1, near "pri` +t "Happy `" Bareword found where operator expected at (eval 1) line 1, near "`t "H +appy `ew" (Missing operator before ew?) 5;0 juerd@ouranos:~/tmp$ perl -v | head -n2 This is perl, v5.8.0 built for i686-linux

    I'm glad I chose the easy way out. At least a simple print Just Works ™.

    - Yes, I reinvent wheels.
    - Spam: Visit eurotraQ.
    

      Acme::Smirch and 5.8.0 don't cooperate? Thanks, I will remember that.