Help for this page

Select Code to Download


  1. or download this
    #   -n switch execution
    #
    LINE: while (<>) {
        ....    # your command is executed here
    }
    
  2. or download this
    #   -p switch execution
    #
    ...
            print;
        }
    }