Help for this page

Select Code to Download


  1. or download this
    mkdir RCS
    ci -u file.pl # check in file (inital touched version)
    ...
    rlog file.pl # history of a file
    rcsdiff -r1.2 file.pl # diff versions of files
    co -r1.2 file.pl # get an earlier version of a file
    
  2. or download this
    my $v = q{$Id$};
    print "$v\n";
    
    or simply
    # $Id$
    
  3. or download this
    rlog file.pl # display a log history of the file changes from version 
    +to version...