Just start learn Perl..
I try this:
Question:Code:$in1=<STDIN>; $in2=<STDIN>; $x1=$in1==$in2; print("$x1");
enter 1 and 1, I got 1;
but enter 1 and 2, I got nothing, suppose to be 0, right?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: simple questionThreaded View
|
Click Here to Expand Forum to Full Width |