Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    print (2 * 3) + 3;
    
  2. or download this
    print (...) interpreted as function at foo.pl line 3
    Usless use of integer addition (+) in void context at foo.pl line3.
    6