Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: camel code

by demerphq (Chancellor)
on Jul 07, 2004 at 20:13 UTC ( [id://372532]=note: print w/replies, xml ) Need Help??


in reply to camel code

Ah, just so you know this throws loads of warnings under 5.8.5 RC1 :

Newline in left-justified string for sprintf at (eval 1) line 1, <DATA +> line 4. ...

:-)


---
demerphq

    First they ignore you, then they laugh at you, then they fight you, then you win.
    -- Gandhi


Replies are listed 'Best First'.
Re^2: camel code
by Anonymous Monk on Oct 20, 2004 at 17:56 UTC
    Just change the shebang line.

    Change the -w to a -X (the warnings will no longer be displayed):

    #!/usr/bin/perl -X              #camel code

      IIRC this silly warning has been removed from Perl in a later version (thank god).


      ---
      demerphq

        First they ignore you, then they laugh at you, then they fight you, then you win.
        -- Gandhi

        Flux8


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://372532]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-26 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found