Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Improving reproducibility and record-keeping with Log::Reproducible (create or re-run archive of script parameters, git snapshot, etc.)

by frozenwithjoy (Priest)
on Mar 25, 2014 at 06:08 UTC ( [id://1079643]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Log::Reproducible;
    
  2. or download this
    sample.pl -a 1 -b 2 -c 3 OTHER ARGUMENTS
    #WHEN: YYYYMMDD.HHMMSS
    #WORKDIR: /path/to/working/dir
    #SCRIPTDIR: bin (/path/to/working/dir/bin)
    
  3. or download this
    perl sample.pl --reproduce rlog-sample.pl-YYYYMMDD.HHMMSS
    
  4. or download this
    perl sample.pl --repronote 'This is a note'
    
  5. or download this
    perl sample.pl --repronote "This is a multi-line note:
    The moon had
    a cat's mustache
    For a second
      — from Book of Haikus by Jack Kerouac"
    
  6. or download this
    Reproducing archive: /path/to/repro-archive/rlog-sample.pl-20140321.14
    +4307
    Created new archive: /path/to/repro-archive/rlog-sample.pl-20140321.14
    +4335
    
  7. or download this
    export REPRO_DIR=/path/to/archive
    
  8. or download this
    use Log::Reproducible '/path/to/archive';
    
  9. or download this
    perl sample.pl --reprodir /path/to/archive
    
  10. or download this
    #GITCOMMIT: develop f483a06 Awesome commit message
    #GITSTATUS: M  staged-modified-file
    ...
    #GITDIFF: -A deleted line
    #GITDIFF: +An added line
    #GITDIFF:  Another unmodified line
    
  11. or download this
    package Log::Reproducible;
    use strict;
    ...
    }
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1079643]
Approved by Athanasius
Front-paged by Athanasius
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-26 08:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found