Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: having problem in displaying large size of variable on web page

by graff (Chancellor)
on Sep 27, 2007 at 17:11 UTC ( [id://641384]=note: print w/replies, xml ) Need Help??


in reply to Re: having problem in displaying large size of variable on web page
in thread having problem in displaying large size of variable on web page

Even in CGI scripts, ...

I would rephrase that:

Especially in CGI scripts, ...

And I would add: Always do "perl -T -cw my_cgi_script" in a command-line shell before you make it runnable on a web server, to make sure it compiles with taint checks in effect.

(update: a lot of taint checks can only be applied at runtime, and I'm not sure I can identify any compile-time taint checks, but your cgi script should have "-T" in the shebang line, and when that's true, a shell command line like  perl -cw my_script won't work.)

  • Comment on Re^2: having problem in displaying large size of variable on web page
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found