2007/8/26, Rodrigo Tavares <[EMAIL PROTECTED]>:
> Hello Jeff,
>
> See this simple script:
>
> print "Enter with the fisrst number\n";
> my $num = <STDIN>;
>
> How I can to convert variable $num, in string ?
>

This is really depend on what operation context the variable is in.
As I've said,when you use it in string operation environment,it is a
string then.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to