Hello,
I am new to Perl. And I am trying the following code:
And it printed "Not greater". I wonder if someone could please tell me why?
Thank you so much for your help - Akino
I am new to Perl. And I am trying the following code:
Code:
if ( "ape" > "aaxxxx" ) { print "Greater\n"; } else { print "Not greater\n"; }
Thank you so much for your help - Akino
Comment