#!/usr/bin/perl use Inline::Files; use warnings; use strict; open NUMBER, '+<'; my $number = <NUMBER>; seek NUMBER, 0, 0; print NUMBER ++$number; my @args = ("vim $number && rm current_test && ln -s $number current_t +est"); system @args and exit; __NUMBER__ 0
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl test management
by Roger (Parson) on Nov 11, 2003 at 04:16 UTC | |
by jweed (Chaplain) on Nov 11, 2003 at 05:11 UTC | |
|
Re: Perl test management
by dominix (Deacon) on Dec 15, 2003 at 02:22 UTC |