Help for this page

Select Code to Download


  1. or download this
    shell> stty eof ^Z
    shell> perl -p >>notes
    BEGIN { print ''.localtime(),$/ } $_= "$.: $_"
    ...
    Here are my notes for today.
    I should really make this a real script.
    CTRL-Z
    
  2. or download this
    shell> cat script
    $_= "$.: $_";
    __END__
    ...
    shell> perl -p <script
    1: Testing
    2: this.