Help for this page

Select Code to Download


  1. or download this
        $! = 10;
        print "Hello", $!>0, "World\n";
    
  2. or download this
        $! = 0;
        print "Hello", $!>0, "World\n";
    
  3. or download this
      print wantarray ? YES : NO , "\n";
    
  4. or download this
    int main()
    {
    ...
        sprintf (buf, "Hello %s here\n", a);
        printf ("%s", buf);
    }
    
  5. or download this
      $count = ("abc", "abc", "abc")