Help for this page

Select Code to Download


  1. or download this
    my $num = 1_000_000;
    
  2. or download this
    my $num = 1_000_000;
    if ($num == "ssf") {
        print "uh oh";
    }