ichimunki has asked for the wisdom of the Perl Monks concerning the following question:
reading movement file in
I have evaled the input
if( open( MVMT, "< $Config{'temp_data_file'}_$Config{'current_period'} +" )) { print "reading movement file in\n"; my $input; undef $/; $input = <MVMT>; close MVMT; print "input: $input\n"; eval $input; print "I have evaled the input\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 1: Why can I kind of read this file?
by tilly (Archbishop) on Oct 25, 2001 at 04:55 UTC | |
|
Re: Why can I kind of read this file?
by cLive ;-) (Prior) on Oct 25, 2001 at 04:44 UTC | |
by ichimunki (Priest) on Oct 25, 2001 at 04:57 UTC | |
by tilly (Archbishop) on Oct 25, 2001 at 05:12 UTC | |
by ichimunki (Priest) on Oct 25, 2001 at 05:30 UTC |