I am trying to get something from command line where it reads the string and inserts the string inside of itself. Such as
myscript name
output would be:
nanameme
I know I need to use the substr() and length() functions. Am I getting close here??
my $argv = $ARGV[0] || die "No...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.