Help for this page

Select Code to Download


  1. or download this
    $ perl -w -Mstrict nosemicolon.pl 5
    
  2. or download this
    { $ARGV[0] || die "Usage: perl nosemicolon.pl NUMBER\n" }
    
    ...
    }
    
    print "Thanks for using this software!\n"