Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: -T or "use re 'taint'"

by joe++ (Friar)
on Nov 22, 2002 at 16:25 UTC ( [id://215154]=note: print w/replies, xml ) Need Help??


in reply to -T or "use re 'taint'"

Are you sure that this error comes from your shebang line being too long?

The "Too late for -T" error is typically displayed if you try to syntax check with $ perl -c myscript.pl Which you should do like this instead: $ perl -cT myscript.pl

--
Cheers, Joe

Replies are listed 'Best First'.
Re: Re: -T or "use re 'taint'"
by hardburn (Abbot) on Nov 22, 2002 at 16:56 UTC

    Ahh, that was the problem. I was trying to check the syntax like that. Thanks!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-30 02:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found