Help for this page

Select Code to Download


  1. or download this
      [/]$ mkdir tmp
      [/]$ cd tmp
      [tmp]$ cvs import myproject myname start
    
  2. or download this
      [tmp]$ cd ..
      [/]$ cvs co myproject
    
  3. or download this
      [/]$ cd myproject
      [myproject]$
    
  4. or download this
      [myproject]$ cp ../myperlcode.pl .
      [myproject]$
    
  5. or download this
      [myproject]$ cvs add myperlcode.pl
    
  6. or download this
      [myproject]$ cvs commit -m "Initial import" myperlcode.pl
    
  7. or download this
      [myproject]$ cvs status myperlcode.pl
    
  8. or download this
      [myproject]$ cvs diff myperlcode.pl
    
  9. or download this
      [myproject]$ cvs commit -m "Minor change" myperlcode.pl
    
  10. or download this
      [myproject]$ cvs status myperlcode.pl
    
  11. or download this
      cvs log myperlcode.pl