in reply to
Perl Babysteps 1: Your First Simple Script
my $name = <STDIN>; what is my written for before $hame?
Comment on
Re: Perl Babysteps 1: Your First Simple Script
Replies are listed 'Best First'.
Re^2: Perl Babysteps 1: Your First Simple Script
by
afoken
(Chancellor)
on May 10, 2015 at 09:09 UTC
See
my
in
perlfunc
.
Alexander
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
[reply]
In Section
Tutorials