Help for this page

Select Code to Download


  1. or download this
    perl -we 'print "-" x 80; <STDIN>;'
    
  2. or download this
    perl -we "print '-' x 80; <STDIN>;'
    
  3. or download this
    print "-" x 80;
    print "2\n";