Help for this page

Select Code to Download


  1. or download this
    while <STDIN> {
      print "$ARGV[0]: $_"
    }
    
  2. or download this
    while <> {
      print "$ARGV[0]: $_"
    }