Questions about this topic? Sign up to ask in the talk tab.

Revision history of "Perl/Basics/User Input/STDIN"

From NetSec
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 04:16, 16 July 2012AlizaLorenzo (Talk | contribs). . (327 bytes) (+327). . (Created page with "Reading from standard input in perl is very simple. {{code|text=<source lang="perl"> print "Enter your name :"; my $name = <>; print "Your name is $name\n"; </source>}}The <> ope...")