damian has asked for the wisdom of the Perl Monks concerning the following question:
thanks in advance.if(defined($afile)) { &parse_recent; &parse_monthly; &parse_new; &crea +te_temp_a; ©_new_to_recent; ©_recent_to_monthly; &remove_exce +ss; &done; } if(defined($bfile)) { &parse_recent; &parse_monthly; &parse_new; &crea +te_temp_b; ©_new_to_recent; ©_recent_to_monthly; &remove_exce +ss; &done; } if(defined($cfile)) { &parse_recent; &parse_monthly; &parse_new; &crea +te_temp_c; ©_new_to_recent; ©_recent_to_monthly; &remove_exce +ss; &done; } if(defined($dfile)) { &parse_recent; &parse_monthly; &parse_new; &crea +te_temp_d; ©_new_to_recent; ©_recent_to_monthly; &remove_exce +ss; &done; }
|
---|
Replies are listed 'Best First'. | |
---|---|
(Ovid) Re: is this correct?
by Ovid (Cardinal) on Aug 10, 2000 at 09:13 UTC | |
by chromatic (Archbishop) on Aug 10, 2000 at 10:25 UTC | |
by tilly (Archbishop) on Aug 10, 2000 at 15:33 UTC | |
by damian (Beadle) on Aug 10, 2000 at 10:24 UTC | |
by crazyinsomniac (Prior) on Aug 10, 2000 at 11:23 UTC | |
by Ovid (Cardinal) on Aug 10, 2000 at 20:17 UTC | |
(crazyinsomniac) Re: is this correct?
by crazyinsomniac (Prior) on Aug 10, 2000 at 08:22 UTC |