Instead of
saymy $output = new OUTFILE ('>C:\Program Files\cron\Cruise Ships\ship_da +ta.csv'); open (OUTFILE, '>C:\Program Files\cron\Cruise Ships\ship_data.csv'); # and later print (OUTFILE $input);
open my $output, '>', q{C:\Program Files\cron\Cruise Ships\ship_data.c +sv}; # and later print {$output} $input;
In reply to Re: File open problem with "GLOB"
by Narveson
in thread File open problem with "GLOB"
by mcoblentz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |