Help for this page

Select Code to Download


  1. or download this
    my ($s1, $s2) = qw(20055 020055);
    print(($s1 == $s2) ? "equal\n" : "not equal\n");
    
  2. or download this
    s/^0*//;