Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: stdin in perl

by bv (Friar)
on Sep 24, 2009 at 22:06 UTC ( #797340=note: print w/replies, xml ) Need Help??


in reply to stdin in perl

STDIN is a file descriptor (file handle in Perl) that is usually connected to the keyboard input. In the case of a CGI script, HTTP POST data is fed to STDIN, so you can read it with readline or the <> operator. A much better way is to use a CGI module, such as the core CGI module.

print pack("A25",pack("V*",map{1919242272+$_}(34481450,-49737472,6228,0,-285028276,6979,-1380265972)))

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2023-12-02 05:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (13 votes). Check out past polls.

    Notices?